forked from KolibriOS/kolibrios
tinypad: fix blinking mouse cursor in dialog mode
git-svn-id: svn://kolibrios.org@1480 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
632489f702
commit
f5372bd676
@ -11,7 +11,7 @@ button:
|
|||||||
mov ebx,eax
|
mov ebx,eax
|
||||||
mov al,3
|
mov al,3
|
||||||
call [bot_dlg_handler]
|
call [bot_dlg_handler]
|
||||||
jmp still
|
jmp still.skip_write
|
||||||
|
|
||||||
@@: mov esi,accel_table2
|
@@: mov esi,accel_table2
|
||||||
.acc: cmp eax,[esi]
|
.acc: cmp eax,[esi]
|
||||||
|
@ -72,7 +72,7 @@ key:
|
|||||||
mov ebx,eax
|
mov ebx,eax
|
||||||
mov al,2
|
mov al,2
|
||||||
call [bot_dlg_handler]
|
call [bot_dlg_handler]
|
||||||
jmp still
|
jmp still.skip_write
|
||||||
@@:
|
@@:
|
||||||
|
|
||||||
mov esi,accel_table_main
|
mov esi,accel_table_main
|
||||||
|
@ -65,7 +65,7 @@ mouse:
|
|||||||
mov ah,al
|
mov ah,al
|
||||||
mov al,4
|
mov al,4
|
||||||
call [bot_dlg_handler]
|
call [bot_dlg_handler]
|
||||||
jmp still
|
jmp still.skip_write
|
||||||
@@: cmp al,MEV_MOVE
|
@@: cmp al,MEV_MOVE
|
||||||
jne .no_move
|
jne .no_move
|
||||||
cmp [popup_active],1
|
cmp [popup_active],1
|
||||||
|
Loading…
Reference in New Issue
Block a user