mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0027530: Visualization - AIS_InteractiveContext::HilightNextDetected() doesn't work in Neutral Point
- added implementation of mentioned methods for neutral point; - sequence of detected objects was replaced by sequence of detected owner's indexes in AIS_InteractiveContext; - commands vselnext and vselprev were corrected to update viewer properly; - test case for issue #27530.
This commit is contained in:
@@ -4688,7 +4688,7 @@ static Standard_Integer VSelectionNext(Draw_Interpretor& /*theDI*/,
|
||||
return 1;
|
||||
}
|
||||
|
||||
anAISContext->HilightNextDetected(aView);
|
||||
anAISContext->HilightNextDetected (aView);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -4710,7 +4710,7 @@ static Standard_Integer VSelectionPrevious(Draw_Interpretor& /*theDI*/,
|
||||
return 1;
|
||||
}
|
||||
|
||||
anAISContext->HilightPreviousDetected(aView);
|
||||
anAISContext->HilightPreviousDetected (aView);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user