From 4b88e711bcfc2d9c7c2eacbc0a8ef4d3784d8651 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 14 Jul 2005 11:56:05 +0000 Subject: [PATCH] Fix for bug IPAL9226 : 3.0.0(/dn06/../current1506): SIGSEGV appears after closing "Edit Ports" dlg. --- src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2