mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
color-editor: don't call gtk_color_swatch_set_corner_radii()
It's going away.
This commit is contained in:
parent
a9c2a586b1
commit
73944c6e81
@ -406,7 +406,6 @@ gtk_color_editor_init (GtkColorEditor *editor)
|
||||
/* Construct the main UI */
|
||||
editor->priv->swatch = swatch = gtk_color_swatch_new ();
|
||||
gtk_widget_set_sensitive (swatch, FALSE);
|
||||
gtk_color_swatch_set_corner_radii (GTK_COLOR_SWATCH (swatch), 2, 2, 2, 2);
|
||||
|
||||
editor->priv->entry = entry = gtk_entry_new ();
|
||||
g_signal_connect (entry, "activate", G_CALLBACK (entry_apply), editor);
|
||||
|
Loading…
Reference in New Issue
Block a user