[chronojump] on session new/load, if we are on analyze, switch to capture tab
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] on session new/load, if we are on analyze, switch to capture tab
- Date: Thu, 16 Apr 2020 10:38:10 +0000 (UTC)
commit 1bd8e11d00d29ada2dc5c769dbf5745c0216b935
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Apr 16 12:37:36 2020 +0200
on session new/load, if we are on analyze, switch to capture tab
src/gui/app1/chronojump.cs | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index d20d2355..9f51fb44 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -2432,6 +2432,10 @@ public partial class ChronoJumpWindow
resetAllTreeViews(false, true, false); //fill, resetPersons, fillPersons
+ //if we are on analyze tab, switch to capture tab
+ radio_mode_contacts_capture.Active = true;
+ radio_mode_encoder_capture_small.Active = true;
+
vbox_manage_persons.Visible = true;
arrow_manage_persons_up.Visible = true;
arrow_manage_persons_down.Visible = false;
@@ -2509,6 +2513,10 @@ public partial class ChronoJumpWindow
resetAllTreeViews(! configChronojump.Exhibition, true, true); //fill, resetPersons,
fillPersons
+ //if we are on analyze tab, switch to capture tab
+ radio_mode_contacts_capture.Active = true;
+ radio_mode_encoder_capture_small.Active = true;
+
bool foundPersons = false;
//on Compujump don't start with first person, wait to it's rfid
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]