From c3895bfac59299ef85c0caca7ed574049de56387 Mon Sep 17 00:00:00 2001 From: san Date: Mon, 18 Jul 2005 12:07:26 +0000 Subject: [PATCH] Fix for bug PAL9511 : 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 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; -- 2.39.2