hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=38123a22671653c1979397b220e03bd3bf703bbf
commit 38123a22671653c1979397b220e03bd3bf703bbf Author: ChunEon Park <her...@hermet.pe.kr> Date: Sun Feb 22 22:45:00 2015 +0900 bin/live_edit: fix side effect control point size should be not zero. side effect that introduced by a1d8bf57c7beb71e953fa06026889563b00daa34. --- data/themes/default/content.edc | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/themes/default/content.edc b/data/themes/default/content.edc index 4ab68b8..71a4d6c 100644 --- a/data/themes/default/content.edc +++ b/data/themes/default/content.edc @@ -112,8 +112,6 @@ group { name: "ctrl_pt"; type: RECT; scale: 1; description { state: "default" 0.0; - rel1.relative: 0.5 0.5; - rel2.relative: 0.5 0.5; } description { state: "anim" 0.0; inherit: "default" 0.0; --