From: nds Date: Mon, 6 Jul 2015 08:58:07 +0000 (+0300) Subject: Selection has been already filtered, so in the setSelection() the filtering flag... X-Git-Tag: V_1.3.0~104 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0ad9812630628c30ff86346081e177b7b416e3c6;p=modules%2Fshaper.git Selection has been already filtered, so in the setSelection() the filtering flag should be false. --- diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index fb2b86e60..728ebf0ca 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -110,7 +110,7 @@ void PartSet_WidgetSketchLabel::onSelectionChanged() return; ModuleBase_ViewerPrs aPrs = aSelected.first(); - bool isDone = ModuleBase_WidgetValidated::setSelection(aSelected, true); + bool isDone = ModuleBase_WidgetValidated::setSelection(aSelected, false); if (!isDone) return;