1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0031793: Draw Harness, vmanipulator - disable sorting picking result workaround

AIS_InteractiveContext::SetPickClosest() has been removed from vmanipulator command,
and test cases using the manipulator have been updated.
This commit is contained in:
mzernova
2020-09-26 21:47:58 +03:00
committed by bugmaster
parent 9211c8ffbc
commit e2409d34b5
7 changed files with 13 additions and 15 deletions

View File

@@ -12821,7 +12821,6 @@ static int VManipulator (Draw_Interpretor& theDi,
{
Handle(V3d_View) aCurrentView = ViewerTest::CurrentView();
Handle(V3d_Viewer) aViewer = ViewerTest::GetViewerFromContext();
ViewerTest::GetAISContext()->MainSelector()->SetPickClosest (Standard_False);
if (aCurrentView.IsNull()
|| aViewer.IsNull())
{