Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ObjSelector.cxx
index df700b220c674a83bfc3374e56fd55f9ef6f6120..d855bc2172c51e57b837148ce55980f2580adc74 100644 (file)
@@ -140,6 +140,7 @@ void HYDROGUI_ObjSelector::OnSelectionChanged()
 void HYDROGUI_ObjSelector::SetName( const QString& theName )
 {
   myObjName->setText( theName );
+  emit selectionChanged();
 }
 
 QString HYDROGUI_ObjSelector::GetName() const