fix SessionManager maximized windows

This commit is contained in:
2022-10-28 13:23:52 +03:00
parent 6ef0fd1b74
commit 063f23f5b8
2 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ action_show_all_docks(this), action_hide_all_docks(this), first_show(true) {
menu_recent = 0;
action_clear_recent = new QAction(QIcon(":/icons/edit-clear.png"), tr("Clear recent list"), this);
connect(action_clear_recent, SIGNAL(triggered()), this, SLOT(clearRecent()));
connect(this, &QMainWindow::tabifiedDockWidgetActivated, this, [](QDockWidget*w){qDebug() << "tabifiedDockWidgetActivated" << w;});
qRegisterMetaType<Qt::DockWidgetArea>("Qt::DockWidgetArea");
action_show_all_tools.setText(tr("Show all"));
action_show_all_docks.setText(tr("Show all"));