+ re-enable reading/writing grid size
This commit is contained in:
parent
3f03e954da
commit
eb9b6acdd6
|
@ -79,7 +79,7 @@ void SketcherGeneralWidget::loadSettings()
|
|||
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/Sketcher/General");
|
||||
ui->checkBoxShowGrid->setChecked(hGrp->GetBool("ShowGrid", true));
|
||||
ui->gridSize->setParamGrpPath(QByteArray("User parameter:BaseApp/History/SketchGridSize"));
|
||||
//ui->gridSize->setToLastUsedValue();
|
||||
ui->gridSize->setToLastUsedValue();
|
||||
ui->checkBoxGridSnap->setChecked(hGrp->GetBool("GridSnap", ui->checkBoxGridSnap->isChecked()));
|
||||
ui->checkBoxAutoconstraints->setChecked(hGrp->GetBool("AutoConstraints", ui->checkBoxAutoconstraints->isChecked()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user