From 1be11d118846c27f4e75ba2771f273ec98c246c0 Mon Sep 17 00:00:00 2001 From: Gregor Hartmann Date: Fri, 13 Jul 2001 13:53:50 +0000 Subject: #89675#AlwaysEnableInput on App Window, even when printbox is up --- basic/source/app/app.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'basic') 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; -- cgit