[elm] The state of elm_check is now changed by mouse click event. Not

by mouse UP event.


SVN revision: 75916
This commit is contained in:
WooHyun Jung 2012-08-31 06:17:33 +00:00
parent 0c2f0419d3
commit d494a6da61
2 changed files with 5 additions and 1 deletions

View File

@ -426,3 +426,7 @@
2012-0830 Shilpa Onkar Singh
Naviframe's item Subtitle_label deleted in item_free.
2012-0831 WooHyun Jung
The state of elm_check is now changed by mouse click event.

View File

@ -147,7 +147,7 @@ group { name: "elm/check/base/default";
}
programs {
program { name: "click";
signal: "mouse,up,1";
signal: "mouse,clicked,1";
source: "events";
action: SIGNAL_EMIT "elm,action,check,toggle" "";
}