[chronojump/FS-TFT-Menu] On change person, selectedJumpRj/selectedRunInterval = null. To avoid show graph on clicking rel_abs
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-TFT-Menu] On change person, selectedJumpRj/selectedRunInterval = null. To avoid show graph on clicking rel_abs
- Date: Wed, 27 Apr 2022 17:18:02 +0000 (UTC)
commit bf9b31b6c1b490fda412ba957e5abdc0790dee78
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Apr 21 16:45:41 2022 +0200
On change person, selectedJumpRj/selectedRunInterval = null. To avoid show graph on clicking rel_abs
src/gui/app1/chronojump.cs | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 354d4c299..77e27d7dd 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -1369,6 +1369,10 @@ public partial class ChronoJumpWindow
myTreeViewRuns.SelectPerson(currentPerson.Name);
myTreeViewRunsInterval.SelectPerson(currentPerson.Name);
+ //remove the selected jumpRj, runI
+ selectedJumpRj = null;
+ selectedRunInterval = null;
+
//1) change on jumps, runs, pulse capture graph
if(current_mode == Constants.Modes.JUMPSSIMPLE)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]