Fix the entry
This commit is contained in:
parent
739510fe1f
commit
41da9a900e
@ -92,8 +92,8 @@ group {
|
|||||||
program {
|
program {
|
||||||
name: "focus1";
|
name: "focus1";
|
||||||
action: FOCUS_SET;
|
action: FOCUS_SET;
|
||||||
signal: "load";
|
signal: "mouse,down,*";
|
||||||
source: "";
|
source: "*";
|
||||||
target: "label";
|
target: "label";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ group {
|
|||||||
min: 1 1;
|
min: 1 1;
|
||||||
rel1 {
|
rel1 {
|
||||||
relative: 0.0 0.0;
|
relative: 0.0 0.0;
|
||||||
offset: 1 3;
|
offset: 0 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
rel2 {
|
rel2 {
|
||||||
|
@ -550,7 +550,10 @@ ecdb_cb_burn_image_page_buttons_clicked(void *data, Evas_Object *o,
|
|||||||
}
|
}
|
||||||
else if (!strcmp(source, "ecdb/burn_image/file"))
|
else if (!strcmp(source, "ecdb/burn_image/file"))
|
||||||
{
|
{
|
||||||
evas_object_focus_set(o, 1);
|
// o is not the entry, it is the burn_image_page!
|
||||||
|
swallow = evas_object_name_find(ecore_evas_get(em->main_win_ee),
|
||||||
|
"ecdb/burn_image/file");
|
||||||
|
evas_object_focus_set(swallow, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user