diff options
-rw-r--r-- | gtk/gtkscale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 887af19200..9627d278f5 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -597,6 +597,7 @@ gtk_scale_size_allocate (GtkWidget *widget, marks_rect.x = 0; marks_rect.y = 0; marks_rect.width = marks_width; + marks_rect.height = range_rect.height; gtk_widget_size_allocate (priv->top_marks_widget, &marks_rect, -1); } |