diff options
Diffstat (limited to 'mate-window-picker-applet/task-title.c')
-rw-r--r-- | mate-window-picker-applet/task-title.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-window-picker-applet/task-title.c b/mate-window-picker-applet/task-title.c index 546e331..e81dfd3 100644 --- a/mate-window-picker-applet/task-title.c +++ b/mate-window-picker-applet/task-title.c @@ -407,7 +407,7 @@ on_expose (GtkWidget *eb, GdkEventExpose *event) style = gtk_widget_get_style (eb); state = gtk_widget_get_state (eb); - if (state == GTK_STATE_ACTIVE) + if (state == GTK_STATE_ACTIVE && allocation) gtk_paint_box (style, #if GTK_CHECK_VERSION (3, 0, 0) cr, |