mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Update the tool window to use tabbed windows
This commit is contained in:
parent
2c524cd70c
commit
fc5adef501
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ ToolWindow::ToolWindow(QWidget* parent) :
|
|||
_hasShown(false),
|
||||
_lastGeometry() {
|
||||
|
||||
setDockOptions(QMainWindow::ForceTabbedDocks);
|
||||
Application::getInstance()->installEventFilter(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue