Gui: Change SoFCSelection from highlight to preselection terminology.

This commit is contained in:
tritao
2025-01-15 12:20:22 +00:00
parent cb9e166a20
commit 4843377790
7 changed files with 21 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ Gui::SoFCSelection* ViewProviderBuilder::createSelection()
bool enablePre = hGrp->GetBool("EnablePreselection", true);
bool enableSel = hGrp->GetBool("EnableSelection", true);
if (!enablePre) {
sel->highlightMode = Gui::SoFCSelection::OFF;
sel->preselectionMode = Gui::SoFCSelection::OFF;
}
else {
// Search for a user defined value with the current color as default