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