Add back attribute lost when merging

This commit is contained in:
Veronica Berglyd Olsen
2025-09-14 19:42:36 +02:00
parent f4c56a1948
commit 4d398f170d
+1
View File
@@ -2079,6 +2079,7 @@ class CommandCompleter(QMenu):
def __init__(self, parent: QWidget) -> None:
super().__init__(parent=parent)
self._parent = parent
def updateMetaText(self, text: str, pos: int) -> bool:
"""Update the menu options based on the line of text."""