Salome HOME
Splash screen was implemented. Changes in packages SUIT and Session are integrated.
[modules/gui.git] / src / PythonConsole / PythonConsole_PyEditor.cxx
index 4bc6b899f108dd3f8eddc483ad025d794fc00f87..9ffed0f034d41af5ab70c37bee770b3190ad7f5a 100755 (executable)
@@ -716,5 +716,11 @@ QPopupMenu* PythonConsole_PyEditor::createPopupMenu( const QPoint& pos )
 
   SUIT_Tools::simplifySeparators( popup );
 
+  if ( !popup->count() )
+  {
+    delete popup;
+    popup = 0;
+  }
+
   return popup;
 }