app: move updating the style editor to an idle function
so subsequent signals trigger only one update.
This commit is contained in:
@ -55,6 +55,8 @@ struct _GimpTextStyleEditor
|
||||
GtkWidget *size_label;
|
||||
|
||||
GList *toggles;
|
||||
|
||||
guint update_idle_id;
|
||||
};
|
||||
|
||||
struct _GimpTextStyleEditorClass
|
||||
|
Reference in New Issue
Block a user