[colorselector]: indicator sometimes jump issue fixed.
authorshilpa singh <shilpa.singh@samsung.com>
Thu, 5 Apr 2012 10:01:34 +0000 (15:31 +0530)
committershilpa singh <shilpa.singh@samsung.com>
Thu, 5 Apr 2012 10:01:34 +0000 (15:31 +0530)
Change-Id: I00b812fed81ff54765a42b0edf4d2eb0a4e3b0cc

themes/widgets/colorselector.edc

index 7b2c044..30a026f 100644 (file)
@@ -422,14 +422,14 @@ group{
       part{
          name: "elm.arrow";
          type: RECT;
-         mouse_events: 0;
+         mouse_events: 1;
          scale: 1;
          description{
             state: "default" 0.0;
             min: COLORSELECTOR_ARROW_MIN_WIDTH COLORSELECTOR_ARROW_MIN_HEIGHT;
             fixed: 1 1;
             align: 0 0;
-            visible: 0;
+            color: 0 0 0 0;
             rel1 {relative: 0.0 0.0; to_y: "elm.arrow_bg";}
             rel2 {relative: 0.0 1.0; to_y: "elm.arrow_bg";}
          }
@@ -453,23 +453,6 @@ group{
          }
       }
       part{
-         name: "event";
-         type: RECT;
-         mouse_events: 1;
-         scale: 1;
-         description{
-            state: "default" 0.0;
-            min: COLORSELECTOR_DRAGGABLE_EVENT_AREA;
-            fixed: 1 1;
-            rel1.to: "elm.arrow_icon";
-            rel2.to: "elm.arrow_icon";
-            color: 0 0 0 0;
-         }
-         dragable{
-            events: "elm.arrow";
-         }
-      }
-      part{
          name: "l_button_padding_rect";
          type: RECT;
          mouse_events: 0;