Merge branch 'master' of github.com:FreeCAD/FreeCAD

This commit is contained in:
Yorik van Havre
2022-03-30 10:28:41 +02:00
216 changed files with 2099 additions and 1318 deletions

View File

@@ -1004,7 +1004,8 @@ void MainWindow::setActiveWindow(MDIView* view)
void MainWindow::onWindowActivated(QMdiSubWindow* w)
{
if (!w) return;
if (!w)
return;
MDIView* view = dynamic_cast<MDIView*>(w->widget());
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/View");