We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7217797 commit cf2375fCopy full SHA for cf2375f
plugindevtools/PluginDevTools/PluginDevToolsDocker.py
@@ -32,7 +32,6 @@ def __init__(self):
32
super().__init__()
33
self.setWindowTitle(DOCKER_TITLE)
34
self.titleBarEventListening = False
35
- self.installEventFilter(self)
36
# Prepare a standalone window
37
self.floatModeDialog = PluginDevToolsDialog(self.parent())
38
# Prepare content widget. This widget will be added into docker itself or self.floatModeDialog. Only keep one instance.
0 commit comments