forked from KolibriOS/kolibrios
h2d2b2: edit_box always focused
git-svn-id: svn://kolibrios.org@2837 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
66677db997
commit
6e1fbdb7b4
@ -277,7 +277,8 @@ else
|
||||
end if
|
||||
|
||||
mouse_dd dd 0
|
||||
edit1 edit_box 182, 59, 146, 0xffffff, 0xff, 0x80ff, 0, 0x8000, (string1_end-string1), string1, mouse_dd, 0
|
||||
edit1 edit_box 182, 59, 146, 0xffffff, 0xff, 0x80ff, 0, 0x8000, (string1_end-string1), string1 , mouse_dd, ed_focus+ed_always_focus
|
||||
|
||||
editboxes_end:
|
||||
|
||||
system_dir_0 db '/sys/lib/'
|
||||
|
Loading…
Reference in New Issue
Block a user