From: san Date: Mon, 18 Jul 2005 12:07:26 +0000 (+0000) Subject: Fix for bug PAL9511 : SIGSEGV appears after closing "Edit Ports" dlg. X-Git-Tag: T2_2_5a~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c3895bfac59299ef85c0caca7ed574049de56387;p=modules%2Fsuperv.git Fix for bug PAL9511 : SIGSEGV appears after closing "Edit Ports" dlg. --- diff --git a/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx b/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx index 956133d..c6cc037 100644 --- a/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx +++ b/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx @@ -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;