notify selection node about cleared pre-selection
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user