Open mkow opened 7 years ago
(there's an option in the context menu for this, but this should be possible to do by dragging windows, like in other applications)
Our docks seem to be generally bugged, a lot of things don't work properly (resizing, rendering glitches, broken docking).
I think we are using QMainWindow in a wrong way. QMainWindow docs state:
Note: Creating a main window without a central widget is not supported. You must have a central widget even if it is just a placeholder.
While in src/ui/mainwindowwithdetachabledockwidgets.cc line 47 we have setCentralWidget(nullptr);
I didn't manage to arrange two hex views side-by-side. When dragging a window there should be an option to split another window both vertically and horizontally.