Merge branch '1.2'

This commit is contained in:
Sergio Martins
2020-12-17 20:38:49 +00:00
12 changed files with 123 additions and 83 deletions

View File

@@ -385,7 +385,7 @@ void MainWindowBase::overlayOnSideBar(DockWidgetBase *dw)
return;
const SideBar *sb = sideBarForDockWidget(dw);
if (sb == nullptr) {
if (!sb) {
qWarning() << Q_FUNC_INFO << "You need to add the dock widget to the sidebar before you can overlay it";
return;
}