Patch level : 2.0 564

Files correlati     : ba0.exe
Ricompilazione Demo : [ ]
Commento            :

Corretto errore AO20085 gia' segnalato in BA


git-svn-id: svn://10.65.10.50/trunk@11405 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-09-11 09:20:27 +00:00
parent 5659637e51
commit 8542bcfa8f

View File

@ -426,18 +426,19 @@ KEY TWindow::run()
start_run(); start_run();
_running = TRUE; _running = TRUE;
if (!was_open) open_modal(); if (!was_open)
else open(); open_modal();
else
open();
while (_running) while (_running)
{ {
do_events(); do_events();
xvt_sys_sleep(50); xvt_sys_sleep(50);
} }
if (!was_open && is_open())
if (!was_open) close_modal(); close_modal();
do_events(); do_events();
return last_key(); return last_key();