Bug 689523: data bootstrap initial values in the text style editor at construction.

This was causing first a visual issue where the style editor UI would
show no default font/size/style at instanciation, but even a crash
when the user would change the font size or style (bold, italic...)
from this UI before selecting a font or writing a text.
This commit is contained in:
Jehan 2012-12-10 20:14:16 +09:00
parent 85fcef0c5c
commit a2772a721f

View file

@ -365,6 +365,8 @@ gimp_text_style_editor_constructed (GObject *object)
G_CALLBACK (gimp_text_style_editor_update),
editor, 0,
G_CONNECT_AFTER | G_CONNECT_SWAPPED);
gimp_text_style_editor_update (editor);
}
static void