Gui: remove trailing whitespaces (thanks luzpaz)

This commit is contained in:
wmayer
2023-10-11 18:47:34 +02:00
committed by wwmayer
parent e543840afc
commit b8e8b2aca8
5 changed files with 10 additions and 11 deletions

View File

@@ -1263,7 +1263,7 @@ void MainWindow::onWindowActivated(QMdiSubWindow* w)
d->activeView = view;
Application::Instance->viewActivated(view);
}
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/View");
bool saveWB = hGrp->GetBool("SaveWBbyTab", false);
if (saveWB) {