From af48da0fdd6041d9ebb1c726bbb36f7b69210283 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 1 Aug 2014 15:17:05 +0400 Subject: [PATCH] 22625: [CEA 1195] Several attractors per face --- src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx b/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx index 85b048d6e..9e5768402 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx @@ -210,8 +210,8 @@ void StdMeshersGUI_ObjectReferenceParamWdg::SetObject(CORBA::Object_ptr obj) myObjNameLineEdit->setStyleSheet(""); myObjects.push_back( CORBA::Object::_duplicate( obj )); myParamValue = sobj->GetID().c_str(); - emit contentModified(); } + emit contentModified(); } //================================================================================ -- 2.39.2