[gnome-clocks] Render background and frame on selection checks



commit 69732ef9f17dea6732e85656833b3417a5e4cc95
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Jul 27 10:43:12 2014 +0200

    Render background and frame on selection checks

 src/widgets.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/widgets.vala b/src/widgets.vala
index da30e78..9ff2820 100644
--- a/src/widgets.vala
+++ b/src/widgets.vala
@@ -232,6 +232,8 @@ private class DigitalClockRenderer : Gtk.CellRendererPixbuf {
                 context.set_state (Gtk.StateFlags.ACTIVE);
             }
 
+            context.render_background (cr, check_x, check_y, CHECK_ICON_SIZE, CHECK_ICON_SIZE);
+            context.render_frame (cr, check_x, check_y, CHECK_ICON_SIZE, CHECK_ICON_SIZE);
             context.render_check (cr, check_x, check_y, CHECK_ICON_SIZE, CHECK_ICON_SIZE);
 
             context.restore ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]