[chronojump] Realtime graph is updated at end of runInterval execute
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Realtime graph is updated at end of runInterval execute
- Date: Mon, 27 Sep 2021 09:01:32 +0000 (UTC)
commit 43c735f0459fe1909ce8e3332aa72b460ed723d2
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Sep 27 10:57:12 2021 +0200
Realtime graph is updated at end of runInterval execute
src/gui/app1/chronojump.cs | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 06a6ec546..bb3b52af0 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -5511,6 +5511,11 @@ public partial class ChronoJumpWindow
//delete the temp tables if exists
Sqlite.DeleteTempEvents("tempRunInterval");
+ event_execute_drawingarea_realtime_capture_cairo.QueueDraw();
+
+ //Cairo graph is not updated if window is not resized, so force update
+ updateGraphRunsInterval();
+
if(compujumpAutologout != null)
compujumpAutologout.EndCapturingRunInterval();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]