[chronojump] Disabled graph controls for reaction time



commit f1c218d6247270901e889e9d63e47aa378cc4e03
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jun 18 11:00:53 2020 +0200

    Disabled graph controls for reaction time

 src/gui/eventExecute.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 140c98de..6a8e7fc0 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -393,8 +393,8 @@ public partial class ChronoJumpWindow
        
        private void showReactionTimeLabels() 
        {
-               event_graph_label_graph_test.Visible = false;
-               hbox_contacts_simple_graph_controls.Visible = true;
+               event_graph_label_graph_test.Visible = true;
+               hbox_contacts_simple_graph_controls.Visible = false;
 
                check_vbox_contacts_graph_legend.Visible = true;
                //vbox_contacts_graph_legend.Visible = false;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]