removed a redundant call to gtk_widget_queue_resize().

2004-05-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpframe.c (gimp_frame_style_set): removed a
	redundant call to gtk_widget_queue_resize().
This commit is contained in:
Sven Neumann
2004-05-10 21:46:25 +00:00
committed by Sven Neumann
parent 1fd2fa61f5
commit f47cfffead
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-05-10 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpframe.c (gimp_frame_style_set): removed a
redundant call to gtk_widget_queue_resize().
2004-05-10 Sven Neumann <sven@gimp.org>
* app/xcf/xcf-save.c (xcf_save_prop): fixed size of colormap

View File

@ -237,9 +237,8 @@ static void
gimp_frame_style_set (GtkWidget *widget,
GtkStyle *previous)
{
/* for "label_spacing" */
/* font changes invalidate the indentation */
g_object_set_data (G_OBJECT (widget), GIMP_FRAME_INDENT_KEY, NULL);
gtk_widget_queue_resize (widget);
/* for "label_bold" */
gimp_frame_label_widget_notify (GTK_FRAME (widget));