oh and make genlist items update for font size changes... oh this is

gorgeously good for usability!



SVN revision: 72226
This commit is contained in:
Carsten Haitzler 2012-06-16 10:48:04 +00:00
parent b0a4efe651
commit ad5f7d547b
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ _cb_op_fontsize_sel(void *data, Evas_Object *obj, void *event)
if (config->font.size == size) return;
config->font.size = size;
_update_sizing(data);
elm_genlist_realized_items_update(op_fontlist);
config_save();
}