summaryrefslogtreecommitdiff
path: root/vcl/aqua
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-07 03:39:53 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-07 03:39:53 +0000
commit41acc1cc8b99cc5dccdea01e21c8ede2b17521e1 (patch)
treeb35eb22f36d17bd907fb8fd3075ce5805b8fc6cb /vcl/aqua
parentc7d99b4e171c721916b69e5a068a18f150440c92 (diff)
Implemented manual pulling of events from the system event queue as [NSApp run] was not getting stopped in some modal dialog boxes
Diffstat (limited to 'vcl/aqua')
-rw-r--r--vcl/aqua/source/window/salframe.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx
index 1676fd544163..da6802d83523 100644
--- a/vcl/aqua/source/window/salframe.cxx
+++ b/vcl/aqua/source/window/salframe.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salframe.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: pluby $ $Date: 2000-12-24 22:36:40 $
+ * last change: $Author: pluby $ $Date: 2001-03-07 04:39:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,7 +210,11 @@ void SalFrame::Show( BOOL bVisible )
else
{
if ( maFrameData.mhWnd )
+ {
VCLWindow_Close( maFrameData.mhWnd );
+ if ( maFrameData.mpParent )
+ maFrameData.mpParent->Show( TRUE );
+ }
} // else
} // SalFrame::Show