app: move updating the style editor to an idle function

so subsequent signals trigger only one update.
This commit is contained in:
Michael Natterer
2010-03-02 11:46:58 +01:00
parent 1ddef5d375
commit f230019f71
2 changed files with 28 additions and 0 deletions

View File

@ -55,6 +55,8 @@ struct _GimpTextStyleEditor
GtkWidget *size_label;
GList *toggles;
guint update_idle_id;
};
struct _GimpTextStyleEditorClass