Skip to content

Commit f7e75c4

Browse files
Dont allow tabbing docks anymore, fixes invisibility problems (#76)
1 parent 33c9951 commit f7e75c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/petab_gui/views/main_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(self):
108108

109109
# Allow docking in multiple areas
110110
self.data_tab.setDockOptions(
111-
QMainWindow.AllowNestedDocks | QMainWindow.AllowTabbedDocks
111+
QMainWindow.AllowNestedDocks
112112
)
113113

114114
self.tab_widget.currentChanged.connect(self.set_docks_visible)

0 commit comments

Comments
 (0)