[TD]fix default for KeepLabel

This commit is contained in:
wandererfan
2024-07-05 09:40:19 -04:00
committed by WandererFan
parent 335bf96188
commit 94940f950b
5 changed files with 34 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ void DlgPrefsTechDrawGeneralImp::saveSettings()
ui->cbMultiSelection->onSave();
ui->cb_useCameraDirection->onSave();
ui->cb_alwaysShowLabel->onSave();
}
void DlgPrefsTechDrawGeneralImp::loadSettings()
@@ -122,6 +123,7 @@ void DlgPrefsTechDrawGeneralImp::loadSettings()
ui->cbMultiSelection->onRestore();
ui->cb_useCameraDirection->onRestore();
ui->cb_alwaysShowLabel->onRestore();
}
/**