Skip to content

Commit cf2375f

Browse files
committed
remove unused line
1 parent 7217797 commit cf2375f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugindevtools/PluginDevTools/PluginDevToolsDocker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def __init__(self):
3232
super().__init__()
3333
self.setWindowTitle(DOCKER_TITLE)
3434
self.titleBarEventListening = False
35-
self.installEventFilter(self)
3635
# Prepare a standalone window
3736
self.floatModeDialog = PluginDevToolsDialog(self.parent())
3837
# Prepare content widget. This widget will be added into docker itself or self.floatModeDialog. Only keep one instance.

0 commit comments

Comments
 (0)