From 8ca9a1a7296809fed057f2653aea1e0b53cf2245 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 26 Feb 2009 08:15:00 +0000 Subject: [PATCH] A modification is made by stv. --- src/STD/STD_Application.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/STD/STD_Application.cxx b/src/STD/STD_Application.cxx index 9f8d9fb4f..645206233 100755 --- a/src/STD/STD_Application.cxx +++ b/src/STD/STD_Application.cxx @@ -794,6 +794,8 @@ void STD_Application::onConnectPopupRequest( SUIT_PopupClient* client, QContextM if ( !popup->actions().isEmpty() ) popup->exec( e->globalPos() ); delete popup; + + e->accept(); } /*!\retval QString - return file name from dialog.*/ -- 2.39.2