From: mkr Date: Thu, 14 Jul 2005 11:56:05 +0000 (+0000) Subject: Fix for bug IPAL9226 : 3.0.0(/dn06/../current1506): SIGSEGV appears after closing... X-Git-Tag: current25072005~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4b88e711bcfc2d9c7c2eacbc0a8ef4d3784d8651;p=modules%2Fsuperv.git Fix for bug IPAL9226 : 3.0.0(/dn06/../current1506): SIGSEGV appears after closing "Edit Ports" dlg. --- diff --git a/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx b/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx index 9d24066..96764c8 100644 --- a/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx +++ b/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx @@ -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;