correctly initialize the Antialising check box. Reported by Zigomar.
* plug-ins/gfig/gfig-dialog.c: correctly initialize the Antialising check box. Reported by Zigomar.
This commit is contained in:
parent
1944756345
commit
eaec0edf0d
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-11-22 DindinX <dindinx@gimp.org>
|
||||
|
||||
* plug-ins/gfig/gfig-dialog.c: correctly initialize the Antialising
|
||||
check box. Reported by Zigomar.
|
||||
|
||||
2004-11-22 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/script-fu-scripts.c: sort the SFMenu structs
|
||||
|
|
|
|||
|
|
@ -1192,6 +1192,7 @@ options_dialog_callback (GtkWidget *widget,
|
|||
|
||||
toggle = gtk_check_button_new_with_label (_("Antialiasing"));
|
||||
gtk_box_pack_start (GTK_BOX (main_vbox), toggle, FALSE, FALSE, 6);
|
||||
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle), selopt.antia);
|
||||
g_signal_connect (toggle, "toggled",
|
||||
G_CALLBACK (gimp_toggle_button_update),
|
||||
&selopt.antia);
|
||||
|
|
|
|||
Loading…
Reference in a new issue