From 2b73a1d19fa87effaa9c36bd7683e4c1966ebe8c Mon Sep 17 00:00:00 2001 From: apn Date: Thu, 19 Jan 2017 19:38:41 +0300 Subject: [PATCH] Correct QAcommand OCC28310 according to changes in CR28088_3 --- src/QABugs/QABugs_19.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,