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:

committed by
Sven Neumann

parent
1fd2fa61f5
commit
f47cfffead
@ -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
|
||||
|
@ -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));
|
||||
|
Reference in New Issue
Block a user