app: various gradient editor changes and fixes

- return TRUE from event handlers if we handled the event
- remove the "instant update" toggle and feature
- move the color area left of the labels now that the toggle is gone
This commit is contained in:
Michael Natterer
2011-01-07 15:09:17 +01:00
parent 60ebedb319
commit 0f0da4c712
5 changed files with 21 additions and 65 deletions

View File

@ -88,7 +88,7 @@ gradient_editor_left_color_cmd_callback (GtkAction *action,
gimp_dialog_factory_get_singleton (),
"gimp-gradient-editor-color-dialog",
&editor->control_sel_l->left_color,
editor->instant_update, TRUE);
TRUE, TRUE);
g_signal_connect (editor->color_dialog, "destroy",
G_CALLBACK (gtk_widget_destroyed),
@ -239,7 +239,7 @@ gradient_editor_right_color_cmd_callback (GtkAction *action,
gimp_dialog_factory_get_singleton (),
"gimp-gradient-editor-color-dialog",
&editor->control_sel_l->right_color,
editor->instant_update, TRUE);
TRUE, TRUE);
g_signal_connect (editor->color_dialog, "destroy",
G_CALLBACK (gtk_widget_destroyed),