]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for bug IPAL9226 : 3.0.0(/dn06/../current1506): SIGSEGV appears after closing...
authormkr <mkr@opencascade.com>
Thu, 14 Jul 2005 11:56:05 +0000 (11:56 +0000)
committermkr <mkr@opencascade.com>
Thu, 14 Jul 2005 11:56:05 +0000 (11:56 +0000)
src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx

index 9d24066ebf395e80db9175e3b256c89e89dc95f4..96764c856bae06fe67f960828a516ac8b67718c7 100644 (file)
@@ -130,7 +130,7 @@ static const char* const down_pix_data[] = {
  * Constructor
  */
 SUPERVGUI_ManagePortsDlg::SUPERVGUI_ManagePortsDlg( SUPERVGUI_CanvasNode* theNode )
-  : QDialog( SUIT_Session::session()->activeApplication()->desktop(), 0, false, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu | WDestructiveClose )
+  : QDialog( SUIT_Session::session()->activeApplication()->desktop(), 0, false, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu )
 {
   myNode = theNode;
   myLastItem = 0;