notify selection node about cleared pre-selection

This commit is contained in:
wmayer
2017-12-25 01:19:02 +01:00
parent aa353569b3
commit fea662ea71
8 changed files with 160 additions and 0 deletions

View File

@@ -602,6 +602,10 @@ void View3DInventorViewer::OnChange(Gui::SelectionSingleton::SubjectType& rCalle
SoFCSelectionAction cAct(Reason);
cAct.apply(pcViewProviderRoot);
}
else if (Reason.Type == SelectionChanges::RmvPreselect) {
SoFCHighlightAction cAct(Reason);
cAct.apply(pcViewProviderRoot);
}
}
/// @endcond