forked from KolibriOS/kolibrios
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:
parent
db4288650c
commit
ad16372cdb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user