oops - forgot to fix the OTHEr auto_select too.
authorCarsten Haitzler <raster@rasterman.com>
Thu, 30 Aug 2012 00:45:30 +0000 (00:45 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 30 Aug 2012 00:45:30 +0000 (00:45 +0000)
SVN revision: 75833

data/themes/widgets/diskselector.edc

index e27b448..f56a062 100644 (file)
@@ -190,11 +190,13 @@ group { name: "elm/diskselector/item/default";
         type: RECT;
         mouse_events: 1;
         repeat_events: 1;
-        description {
-           state: "default" 0.0;
+        ignore_flags: ON_HOLD;
+        description { state: "default" 0.0;
+           color: 0 0 0 0;
         }
-        description {
-           state: "disable" 0.0;
+        description { state: "disable" 0.0;
+           inherit: "default" 0.0;
+           visible: 0;
         }
      }
    }