Don't restore the popup/overlay state

popups are perishable
This commit is contained in:
Sergio Martins
2020-12-17 10:13:31 +00:00
parent d39ce8f66e
commit 75368d334a

View File

@@ -503,6 +503,10 @@ bool MainWindowBase::deserialize(const LayoutSaver::MainWindow &mw)
}
}
// Commented-out for now, we dont' want to restore the popup/overlay. popups are perishable
//if (!mw.overlayedDockWidget.isEmpty())
// overlayOnSideBar(DockRegistry::self()->dockByName(mw.overlayedDockWidget));
return success;
}