]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for bug PAL9511 : SIGSEGV appears after closing "Edit Ports" dlg.
authorsan <san@opencascade.com>
Mon, 18 Jul 2005 12:07:26 +0000 (12:07 +0000)
committersan <san@opencascade.com>
Mon, 18 Jul 2005 12:07:26 +0000 (12:07 +0000)
src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx

index 956133da7a0c3ed9ac7cfcc3c46b849a067fd993..c6cc037a8ae17350639ce54aac97c96047228715 100644 (file)
@@ -127,7 +127,7 @@ static const char* const down_pix_data[] = {
  * Constructor
  */
 SUPERVGUI_ManagePortsDlg::SUPERVGUI_ManagePortsDlg( SUPERVGUI_CanvasNode* theNode )
-  : QDialog( QAD_Application::getDesktop(), 0, false, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu | WDestructiveClose )
+  : QDialog( QAD_Application::getDesktop(), 0, false, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu )
 {
   myNode = theNode;
   myLastItem = 0;