[chronojump] Fixed not showing PrepareRunIntervalRealtimeCaptureGraph on cairo expose_event
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed not showing PrepareRunIntervalRealtimeCaptureGraph on cairo expose_event
- Date: Mon, 13 Sep 2021 22:29:59 +0000 (UTC)
commit 3517c3d7bbc925cc1bba7cfd798657d8bf9be1d4
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Sep 14 00:25:53 2021 +0200
Fixed not showing PrepareRunIntervalRealtimeCaptureGraph on cairo expose_event
src/gui/eventExecute.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 6cccf6f72..8d24fffca 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -538,7 +538,7 @@ public partial class ChronoJumpWindow
currentEventExecute.PrepareEventGraphJumpReactiveRealtimeCaptureObject.tcString,
currentEventExecute.PrepareEventGraphJumpReactiveRealtimeCaptureObject.type,
preferences.volumeOn, preferences.gstreamer, repetitiveConditionsWin);
- } else if (current_mode != Constants.Modes.RUNSINTERVALLIC)
+ } else if (current_mode == Constants.Modes.RUNSINTERVALLIC)
{
if(currentEventExecute == null ||
currentEventExecute.PrepareEventGraphRunIntervalRealtimeCaptureObject == null)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]