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:
parent
5659637e51
commit
8542bcfa8f
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user