Gui: fix naming inconsistency and rename 'combi' to 'combo'
This commit is contained in:
@@ -168,6 +168,6 @@ Gui::DockWindowItems* StartGui::Workbench::setupDockWindows() const
|
||||
{
|
||||
Gui::DockWindowItems* root = Gui::StdWorkbench::setupDockWindows();
|
||||
root->setVisibility(false); // hide all dock windows by default
|
||||
root->setVisibility("Std_CombiView",true); // except of the combi view
|
||||
root->setVisibility("Std_ComboView",true); // except of the combo view
|
||||
return root;
|
||||
}
|
||||
|
||||
@@ -351,6 +351,6 @@ Gui::DockWindowItems* Workbench::setupDockWindows() const
|
||||
{
|
||||
Gui::DockWindowItems* root = Gui::StdWorkbench::setupDockWindows();
|
||||
//root->setVisibility(false); // hide all dock windows by default
|
||||
//root->setVisibility("Std_CombiView",true); // except of the combi view
|
||||
//root->setVisibility("Std_ComboView",true); // except of the combo view
|
||||
return root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user