Correct a small oversight

When changing themes, we also need to update the box spacing of
tooltips.
This commit is contained in:
Matthias Clasen 2009-10-18 20:38:28 -04:00
parent ab13c00a38
commit 52ef2f2a3e

View File

@ -501,6 +501,8 @@ gtk_tooltip_window_style_set (GtkTooltip *tooltip)
tooltip->window->style->ythickness,
tooltip->window->style->xthickness,
tooltip->window->style->xthickness);
gtk_box_set_spacing (GTK_BOX (tooltip->hbox,
tooltip->window->style->xthickness);
gtk_widget_queue_draw (tooltip->window);
}