From: vsv Date: Tue, 24 Jan 2017 10:10:45 +0000 (+0300) Subject: Delete workaround for bugs ## 1988, 1987, 1986, 1938 X-Git-Tag: V_2.7.0~312 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0858db04df9e0feb2315a58647f264d78a8822cb;p=modules%2Fshaper.git Delete workaround for bugs ## 1988, 1987, 1986, 1938 --- diff --git a/src/XGUI/XGUI_Selection.cpp b/src/XGUI/XGUI_Selection.cpp index 36849ab9e..bccb7ddcf 100644 --- a/src/XGUI/XGUI_Selection.cpp +++ b/src/XGUI/XGUI_Selection.cpp @@ -233,13 +233,6 @@ QList XGUI_Selection::getHighlighted() const XGUI_Displayer* aDisplayer = myWorkshop->displayer(); for (aContext->InitDetected(); aContext->MoreDetected(); aContext->NextDetected()) { Handle(SelectMgr_EntityOwner) anOwner = aContext->DetectedOwner(); - try { - // It is checking of existence of presentation object - // BUG of OCCT - Handle(AIS_InteractiveObject) aTest = aContext->DetectedInteractive(); - } catch (...) { - continue; - } if (!anOwner.IsNull()) { if (aSelectedIds.contains((long)anOwner.get())) continue;