Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user