Reset Shift flags after Shift+Backspace

git-svn-id: svn://kolibrios.org@7400 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
0CodErr 2018-09-20 14:13:25 +00:00
parent 2c9eb54a60
commit b3b3090ff8

View File

@ -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