prevent double click on icon, add a small delay

git-svn-id: svn://kolibrios.org@7087 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2017-10-11 10:49:15 +00:00
parent c103cab861
commit 7a4bbe995b

View File

@ -274,6 +274,7 @@ LButtonPress:
mov dword[fiRunProg+8],edi
mov dword[fiRunProg+21],ebx
mcall 70,fiRunProg
test eax,80000000h
jz @f
@ -284,6 +285,7 @@ LButtonPress:
@@:
pop eax
stdcall RestoreBackgrnd,eax
mcall 5, 60
jmp messages
;-------------------------------------------------------------------------------