From: apn Date: Thu, 19 Jan 2017 16:38:41 +0000 (+0300) Subject: Correct QAcommand OCC28310 according to changes in CR28088_3 X-Git-Tag: V_01_2017_06_30~37 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2b73a1d19fa87effaa9c36bd7683e4c1966ebe8c;p=occt-copy.git Correct QAcommand OCC28310 according to changes in CR28088_3 --- diff --git a/src/QABugs/QABugs_19.cxx b/src/QABugs/QABugs_19.cxx index ac2e4207d8..36fff1fd04 100644 --- a/src/QABugs/QABugs_19.cxx +++ b/src/QABugs/QABugs_19.cxx @@ -5376,8 +5376,8 @@ static Standard_Integer OCC28310 (Draw_Interpretor& /*theDI*/, Standard_Integer Handle(AIS_InteractiveObject) aBoxObj = new AIS_Shape (aBox); aCtx->Display (aBoxObj, AIS_Shaded, 0, Standard_False); ViewerTest::CurrentView()->FitAll(); - aCtx->MoveTo (200, 200, ViewerTest::CurrentView()); - aCtx->Select(); + aCtx->MoveTo (200, 200, ViewerTest::CurrentView(), Standard_True); + aCtx->Select(Standard_True); aCtx->Remove (aBoxObj, Standard_True); // nullify the object explicitly to simulate situation in project,