From 0ad9812630628c30ff86346081e177b7b416e3c6 Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 6 Jul 2015 11:58:07 +0300 Subject: [PATCH] Selection has been already filtered, so in the setSelection() the filtering flag should be false. --- src/PartSet/PartSet_WidgetSketchLabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2