This commit is contained in:
2026-05-10 07:30:53 -04:00
parent 8d30d8021f
commit 7538d2d2c5

2
qt.py
View File

@@ -152,7 +152,7 @@ class Plugin(BalPlugin):
def get_window(self, window):
w = self.bal_windows.get(window.winId, None)
if w is None:
win=window.top_level_window()
win=w.top_level_window()
w = BalWindow(self, win)
self.bal_windows[win.winId] = w
return w