Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -256,7 +256,8 @@ void DockWindowManager::activate(QWidget* widget)
|
||||
par = par->parentWidget();
|
||||
}
|
||||
|
||||
if (!dw) return;
|
||||
if (!dw)
|
||||
return;
|
||||
|
||||
if (!dw->toggleViewAction()->isChecked()) {
|
||||
dw->toggleViewAction()->activate(QAction::Trigger);
|
||||
|
||||
Reference in New Issue
Block a user