genlist.edc: fixed decorate all mode bug when scrolling.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 28 Nov 2013 08:23:47 +0000 (17:23 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 28 Nov 2013 08:23:47 +0000 (17:23 +0900)
When we scroll the genlist with decorate all mode, newerly realized items looked like a normal mode.
This was caused by a new theme. Genlist item style should handle all the necessary parts when decorate mode is enabled/diabled.
This fixes T576.

legacy/elementary/data/themes/edc/elm/genlist.edc

index 4869f04..b46ba88 100644 (file)
@@ -5658,11 +5658,15 @@ group { name: "elm/genlist/item/edit/default";
          signal: "elm,state,decorate,enabled"; source: "elm";
          action: STATE_SET "on" 0.0;
          target: "elm.swallow.decorate.content";
+         target: "elm.edit.icon.1";
+         target: "elm.edit.icon.2";
       }
       program {
          signal: "elm,state,decorate,disabled"; source: "elm";
          action: STATE_SET "default" 0.0;
          target: "elm.swallow.decorate.content";
+         target: "elm.edit.icon.1";
+         target: "elm.edit.icon.2";
       }
    }
 }