oh and make genlist items update for font size changes... oh this is
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jun 2012 10:48:04 +0000 (10:48 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jun 2012 10:48:04 +0000 (10:48 +0000)
gorgeously good for usability!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/options_font.c

index 2707500..0f7edc9 100644 (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();
 }