- made the Shell Dock always show docked

This commit is contained in:
Marius Stanciu
2020-05-30 21:28:39 +03:00
committed by Marius
parent f74379de3e
commit eee6b931c7
3 changed files with 18 additions and 12 deletions

View File

@@ -2986,6 +2986,11 @@ class FCDock(QtWidgets.QDockWidget):
self.close_callback()
super().closeEvent(event)
def show(self) -> None:
if self.isFloating():
self.setFloating(False)
super().show()
class FlatCAMActivityView(QtWidgets.QWidget):
"""