summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2001-07-13 13:53:50 +0000
committerGregor Hartmann <gh@openoffice.org>2001-07-13 13:53:50 +0000
commit1be11d118846c27f4e75ba2771f273ec98c246c0 (patch)
treef17df5305c619bee2b9a39509d78e10b386e1231
parent9b9d2b751331e912f10d2c7d725d3b27a66ff281 (diff)
#89675#AlwaysEnableInput on App Window, even when printbox is up
-rw-r--r--basic/source/app/app.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index e9943ecb0fdb..8fdfeae235d6 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: gh $ $Date: 2001-07-11 08:41:47 $
+ * last change: $Author: gh $ $Date: 2001-07-13 14:53:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -492,6 +492,7 @@ BasicFrame::BasicFrame() : WorkWindow( NULL,
{
Application::SetDefDialogParent( this );
+ AlwaysEnableInput( TRUE );
pBasic = TTBasic::CreateMyBasic(); // depending on what was linked to the executable
bInBreak = FALSE;
bDisas = FALSE;