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:
Mihail Semenyako (mike.dld)
2010-06-06 14:34:10 +00:00
parent 632489f702
commit f5372bd676
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ mouse:
mov ah,al
mov al,4
call [bot_dlg_handler]
jmp still
jmp still.skip_write
@@: cmp al,MEV_MOVE
jne .no_move
cmp [popup_active],1