fix prior

git-svn-id: svn://kolibrios.org@7905 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-05-09 21:02:10 +00:00
parent 80a6eb4355
commit d4d33ff3c1

View File

@ -730,7 +730,7 @@ edit_box_mouse._remove_selection:
edit_box_mouse._blur:
test word ed_flags,ed_always_focus
jne edit_box_mouse._remove_selection
btr ed_flags, bsf ed_focus ;if focused then remove focus, otherwise exit
btr word ed_flags, bsf ed_focus ;if focused then remove focus, otherwise exit
jnc edit_box_mouse._remove_selection
mov ebp,ed_color
call edit_box.clear_cursor