when disabling a font class, it will make all the affected parts use their default settings for the text, instead of visually having no change.

SVN revision: 27559
This commit is contained in:
Viktor Kojouharov 2006-12-24 10:30:57 +00:00
parent 681916e8af
commit c59cb3debe
1 changed files with 17 additions and 16 deletions

View File

@ -281,6 +281,7 @@ e_font_default_remove(const char *text_class)
if (efd->text_class) evas_stringshare_del(efd->text_class);
if (efd->font) evas_stringshare_del(efd->font);
E_FREE(efd);
edje_text_class_del(text_class);
return;
}
}