diff --git a/source/tvision/tprogram.cpp b/source/tvision/tprogram.cpp index 684ce265..41a2dbe0 100644 --- a/source/tvision/tprogram.cpp +++ b/source/tvision/tprogram.cpp @@ -150,7 +150,7 @@ void TProgram::getEvent(TEvent& event) } } - if( statusLine != 0 ) + if( statusLine != 0 && TopView() == this ) { if( (event.what & evKeyDown) != 0 || ( (event.what & evMouseDown) != 0 &&