elm/actionslider: Drag should work with double and triple click too.

This commit is contained in:
Rafael Antognolli 2013-05-02 14:28:45 -03:00
parent ec047e2f92
commit 6bc0cc2fab
1 changed files with 2 additions and 2 deletions

View File

@ -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" "";
}