forked from KolibriOS/kolibrios
Reset Shift flags after Shift+Backspace
git-svn-id: svn://kolibrios.org@7400 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2c9eb54a60
commit
b3b3090ff8
@ -298,7 +298,8 @@ edit_box_key.draw_all:
|
||||
mov ed_size,ebx
|
||||
mov ebp,ed_color
|
||||
call edit_box.clear_cursor
|
||||
call edit_box.check_offset
|
||||
call edit_box.check_offset
|
||||
and word ed_flags,ed_shift_cl
|
||||
jmp edit_box.draw_bg
|
||||
|
||||
@@: dec dword ed_size
|
||||
|
Loading…
Reference in New Issue
Block a user