Salome HOME
Fixing a bug : Salome GUI style needs addLibraryPath() method to be called
[modules/gui.git] / src / Qtx / QtxPopupMgr.cxx
index 09566023418d4c50a1a04a2d8976db86161af9e8..d0f2fda9d5f9ee42dd9342f7657b574943dd0b86 100644 (file)
@@ -211,7 +211,8 @@ void QtxPopupMgr::Operations::clear()
 // Purpose  : 
 //================================================================
 QtxPopupMgr::QtxPopupMgr( QPopupMenu* popup, QObject* parent )
-: QtxActionMenuMgr( popup, parent )
+: QtxActionMenuMgr( popup, parent ),
+  myCurrentSelection( 0 )
 {
     createOperations();
 }