antognolli pushed a commit to branch master.

commit 0241994837dfd904b7976127e9b4460dd0f02707
Author: Rafael Antognolli <[email protected]>
Date:   Thu May 2 14:28:45 2013 -0300

    elm/actionslider: Drag should work with double and triple click too.
---
 data/themes/widgets/actionslider.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/widgets/actionslider.edc 
b/data/themes/widgets/actionslider.edc
index 26f4fcd..1ec2468 100644
--- a/data/themes/widgets/actionslider.edc
+++ b/data/themes/widgets/actionslider.edc
@@ -192,7 +192,7 @@ group { name: "elm/actionslider/base/default";
          action: SIGNAL_EMIT "elm.drag_button,mouse,up" "";
       }
       program { name: "elm.drag_button,mouse,down";
-         signal: "mouse,down,1";
+         signal: "mouse,down,1*";
          source: "elm.drag_button";
          action: SIGNAL_EMIT "elm.drag_button,mouse,down" "";
       }
@@ -413,7 +413,7 @@ group { name: "elm/actionslider/base/bar";
          action: SIGNAL_EMIT "elm.drag_button,mouse,up" "";
       }
       program { name: "elm.drag_button,mouse,down";
-         signal: "mouse,down,1";
+         signal: "mouse,down,1*";
          source: "elm.drag_button";
          action: SIGNAL_EMIT "elm.drag_button,mouse,down" "";
       }

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to