mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Focus input instead of image box
This commit is contained in:
parent
1c2cfe3739
commit
25128549a7
@ -183,6 +183,8 @@ void icon_dialog_icon_create(void) {
|
||||
cancel->callback(cancel_cb);
|
||||
win->end();
|
||||
win->set_modal();
|
||||
|
||||
Fl::focus(name);
|
||||
win->show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user