summaryrefslogtreecommitdiff
path: root/mobile/widgets/button.edc
diff options
context:
space:
mode:
authorJee-Yong Um <jc9.um@samsung.com>2015-09-16 07:41:33 +0900
committerGerrit Code Review <gerrit@tizensrc>2015-09-16 07:41:33 +0900
commitd220f0bfc8bb25507fefaf0d3240e217ba4fd261 (patch)
tree807be710a30fc6e739d42f4050edab43ac801297 /mobile/widgets/button.edc
parent29c33abce71f3ab0086d40330d7fcd84add0f3d7 (diff)
parent52f4b95d474f270074dbed5495c7077ceb45207d (diff)
downloadefl-theme-tizen-mobile-d220f0bfc8bb25507fefaf0d3240e217ba4fd261.tar.gz
efl-theme-tizen-mobile-d220f0bfc8bb25507fefaf0d3240e217ba4fd261.tar.bz2
efl-theme-tizen-mobile-d220f0bfc8bb25507fefaf0d3240e217ba4fd261.zip
Merge "[2.4][Floatingbutton] Cancel VI when floatingbutton starts movement" into tizen_2.4
Diffstat (limited to 'mobile/widgets/button.edc')
-rw-r--r--mobile/widgets/button.edc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile/widgets/button.edc b/mobile/widgets/button.edc
index 1e202e93..7bb16f0a 100644
--- a/mobile/widgets/button.edc
+++ b/mobile/widgets/button.edc
@@ -1186,6 +1186,10 @@
signal: "elm,state,default";
source: "elm";
script {
+ set_state(PART:"clipper", "default", 0.0);
+ set_state(PART:"tizen_vg_shape", "default", 0.0);
+ set_state(PART:"tizen_vg_shape_clipper", "default", 0.0);
+ set_state(PART:"effect_spacer", "default", 0.0);
set_int(mouse_down, 0);
}
}