[gnome-calendar] month-view: draw overflow indicators
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] month-view: draw overflow indicators
- Date: Mon, 16 Feb 2015 14:32:47 +0000 (UTC)
commit 48f1529e15aea54bbd19af8bdf0956fa0d9b5325
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Sun Feb 15 11:07:36 2015 -0500
month-view: draw overflow indicators
This was wrongly removed by me before, I should have changed
gtk_widget_queue_draw_area() to gtk_widget_queue_draw() instead of
removing it completely.
src/gcal-month-view.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index 37f27b8..e1504fe 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -1044,6 +1044,9 @@ gcal_month_view_size_allocate (GtkWidget *widget,
}
}
+ if (g_hash_table_size (ppriv->overflow_cells) != 0)
+ gtk_widget_queue_draw (widget);
+
ppriv->children_changed = FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]