[gnome-clocks] Render background and frame on selection checks
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Render background and frame on selection checks
- Date: Sun, 27 Jul 2014 08:49:07 +0000 (UTC)
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]