Proc_Lib using f.68.1 for better response is now.

git-svn-id: svn://kolibrios.org@3424 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-03-26 19:46:18 +00:00
parent 3d1cba8d8d
commit 1cd7d9e837
2 changed files with 8 additions and 4 deletions

View File

@ -182,8 +182,10 @@ ColorDialog_exit
; is not present the really. For this reason
; not use func 10 and 23, because event 1
; is not cleared without call of func 0.
; In this case is suitable only func 5 and 11!
mcall 5,10
; In this case is suitable only func 5 and 11,
; or 68.1 and 11 for better response.
; mcall 5,10
mcall 68,1
mcall 11
cmp eax,1
je .draw

View File

@ -227,8 +227,10 @@ OpenDialog_exit
; is not present the really. For this reason
; not use func 10 and 23, because event 1
; is not cleared without call of func 0.
; In this case is suitable only func 5 and 11!
mcall 5,10
; In this case is suitable only func 5 and 11,
; or 68.1 and 11 for better response.
; mcall 5,10
mcall 68,1
mcall 11
cmp eax,1
je .draw