seoz pushed a commit to branch master.

commit eb6d8a3f03e38a57570fc830a1964e833cae4d53
Author: Ryuan Choi <[email protected]>
Date:   Thu Apr 11 20:26:05 2013 +0900

    panel.edc: Fixed different behavior of right oriented panel.
    
    When pressed in and released out of handle,
    right oriented panel shows different behavior.
    
    In addition, fixed highlight_show, highlight_hide signal like other 
orientation.
---
 data/themes/widgets/panel.edc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/themes/widgets/panel.edc b/data/themes/widgets/panel.edc
index 4e24225..eebcd29 100644
--- a/data/themes/widgets/panel.edc
+++ b/data/themes/widgets/panel.edc
@@ -924,19 +924,19 @@ group {
          target: "btn_over3";
       }
       program { name: "btn_unclick3";
-         signal: "mouse,up,1";
+         signal: "mouse,clicked,1";
          source: "btn_over2";
          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
       }
       program { name: "highlight_show";
-         signal: "elm,action,focus";
+         signal: "elm,action,focus_highlight,show";
          source: "elm";
          action: STATE_SET "enabled" 0.0;
          transition: ACCELERATE 0.3;
          target: "focus_highlight";
       }
       program { name: "highlight_hide";
-         signal: "elm,action,unfocus";
+         signal: "elm,action,focus_highlight,hide";
          source: "elm";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.3;

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to