[gnome-calendar] month-view: fixed draw clip bug
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] month-view: fixed draw clip bug
- Date: Thu, 22 Jan 2015 21:00:12 +0000 (UTC)
commit 5c5d5f62f8cef4f04525753ae72ab442cda7949c
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Thu Jan 22 15:55:15 2015 -0500
month-view: fixed draw clip bug
Updated Gtk+ version requirement to 3.15.4 where the bug is fixed.
configure.ac | 2 +-
src/gcal-month-view.c | 4 ----
2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1ab2a2b..c6ff1be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ MAINTAINER_COMPILER_FLAGS=${MAINTAINER_COMPILER_FLAGS#* }
AC_SUBST(MAINTAINER_COMPILER_FLAGS)
GLIB_MIN_VERSION=2.43.2
-GTK_MIN_VERSION=3.14.0
+GTK_MIN_VERSION=3.15.4
ECAL_REQUIRED=3.5.3
EDATASERVER_REQUIRED=3.5.3
EDATASERVERUI_REQUIRED=3.5.3
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index 7a4c372..df73d10 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -1040,10 +1040,6 @@ gcal_month_view_size_allocate (GtkWidget *widget,
}
}
- /* FIXME: remove on Gtk+ 3.15.4 release */
- if (g_hash_table_size (ppriv->overflow_cells) != 0)
- gtk_widget_queue_draw_area (widget, allocation->x, allocation->y, allocation->width, allocation->height);
-
ppriv->children_changed = FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]