Don't forget the patch...

This commit is contained in:
Yanko Kaneti 2015-08-04 17:48:13 +03:00
parent 821f97eb14
commit 2a764d0eb1

View File

@ -0,0 +1,25 @@
From 413288c02accfcfbfb946bc8380972c239fceac0 Mon Sep 17 00:00:00 2001
From: Yanko Kaneti <yaneti@declera.com>
Date: Mon, 3 Aug 2015 16:03:06 +0300
Subject: [PATCH] Fix stopwatch redraw
https://bugzilla.redhat.com/show_bug.cgi?id=1249376
---
src/stopwatch.vala | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/stopwatch.vala b/src/stopwatch.vala
index 00cec8c..66bc86d 100644
--- a/src/stopwatch.vala
+++ b/src/stopwatch.vala
@@ -26,6 +26,7 @@ public class Frame : AnalogFrame {
public void update (int s, double ms) {
seconds = s;
millisecs = ms;
+ queue_draw ();
}
public void reset () {
--
2.5.0