Open cwiede opened 2 months ago
And they cannot be restored via the windows menu.
This is a useful workaround (in services/gui/MainWindow.py)
def _registerWindow(self, window, nameChangedSignal): act = QAction("<unnamed>", self) def ensureVisible(): if window.isFloating(): window.setFloating(False)
And they cannot be restored via the windows menu.
This is a useful workaround (in services/gui/MainWindow.py)