]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/LightApp/LightApp_Application.cxx
Salome HOME
add comments
[modules/gui.git] / src / LightApp / LightApp_Application.cxx
index 0b8cc6431b8c61ca617483f2f7616d3f2cc6935d..18532ce0e8d1260e39e6df59a8dd25c2314cc78a 100644 (file)
@@ -1007,13 +1007,11 @@ void LightApp_Application::onHelpAbout()
 */
 void LightApp_Application::onSelection()
 {
-  MESSAGE("onSelection_1")
+  //MESSAGE("onSelection")
   onSelectionChanged();
-  MESSAGE("onSelection_2")
 
   if ( activeModule() && activeModule()->inherits( "LightApp_Module" ) )
     ((LightApp_Module*)activeModule())->selectionChanged();
-  MESSAGE("onSelection_3")
 }
 
 /*!