Gui: Enable quick measure and input hints by default
This commit is contained in:
committed by
Kacper Donat
parent
e2e75f1039
commit
f3c043195f
@@ -42,7 +42,7 @@ StatusBarLabel::StatusBarLabel(QWidget *parent, const std::string& parameterName
|
||||
"User parameter:BaseApp/Preferences/MainWindow");
|
||||
|
||||
// set visibility before storing parameterName to avoid saving it immediately
|
||||
setVisible(hGrp->GetBool(parameterName.c_str(), false));
|
||||
setVisible(hGrp->GetBool(parameterName.c_str(), true));
|
||||
|
||||
// now we can store parameterName
|
||||
this->parameterName = parameterName;
|
||||
|
||||
Reference in New Issue
Block a user