Add back attribute lost when merging
This commit is contained in:
@@ -2079,6 +2079,7 @@ class CommandCompleter(QMenu):
|
|||||||
|
|
||||||
def __init__(self, parent: QWidget) -> None:
|
def __init__(self, parent: QWidget) -> None:
|
||||||
super().__init__(parent=parent)
|
super().__init__(parent=parent)
|
||||||
|
self._parent = parent
|
||||||
|
|
||||||
def updateMetaText(self, text: str, pos: int) -> bool:
|
def updateMetaText(self, text: str, pos: int) -> bool:
|
||||||
"""Update the menu options based on the line of text."""
|
"""Update the menu options based on the line of text."""
|
||||||
|
|||||||
Reference in New Issue
Block a user