cpu now immediately redraws process list after on/off switch

git-svn-id: svn://kolibrios.org@1385 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2010-02-02 14:07:29 +00:00
parent db4288650c
commit ad16372cdb

View File

@ -62,8 +62,12 @@ still:
jnz still_end
push dword edit1
call [edit_box_mouse]
push dword[check1+32]
push dword check1
call [check_box_mouse]
pop eax
cmp eax, dword[check1+32]
jnz still_end
jmp still
still_end: