elm - entry magnifier - should be elm namespaced.

This commit is contained in:
Carsten Haitzler 2013-10-15 13:00:25 +09:00
parent d65b1406fa
commit 8051ee206f
2 changed files with 4 additions and 4 deletions

View File

@ -1566,7 +1566,7 @@ group { name: "elm/entry/magnifier/default";
visible: 0;
}
}
part { name: "swallow";
part { name: "elm.swallow.content";
type: SWALLOW;
mouse_events: 0;
scale: 1;
@ -1610,7 +1610,7 @@ group { name: "elm/entry/magnifier/default";
source: "elm";
action: STATE_SET "default" 0.0;
target: "bg";
target: "swallow";
target: "elm.swallow.content";
target: "outline";
}
program { name: "magnifier_hide";
@ -1618,7 +1618,7 @@ group { name: "elm/entry/magnifier/default";
source: "elm";
action: STATE_SET "hidden" 0.0;
target: "bg";
target: "swallow";
target: "elm.swallow.content";
target: "outline";
}
}

View File

@ -1340,7 +1340,7 @@ _magnifier_create(void *data)
sd->mgf_clip = evas_object_rectangle_add(evas_object_evas_get(data));
evas_object_color_set(sd->mgf_clip, 255, 255, 255, 255);
edje_object_part_swallow(sd->mgf_bg, "swallow", sd->mgf_clip);
edje_object_part_swallow(sd->mgf_bg, "elm.swallow.content", sd->mgf_clip);
if (sd->scroll)
{