[chronojump] Fixed two non-visible widgets on jump/run simple after raceanalyzer show



commit 4f4f48e5f6679dea57678a576ad7ea989eb02e4d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Apr 26 13:59:45 2021 +0200

    Fixed two non-visible widgets on jump/run simple after raceanalyzer show

 src/gui/app1/chronojump.cs | 2 --
 src/gui/eventExecute.cs    | 2 --
 2 files changed, 4 deletions(-)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 32c21094..8e1634e7 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -3462,8 +3462,6 @@ public partial class ChronoJumpWindow
 
                        hbox_change_modes_runs.Visible = true;
 
-                       hbox_contacts_graph_last_limit.Visible = false;
-                       hbox_contacts_graph_person.Visible = false;
                        check_vbox_contacts_graph_legend.Visible = false;
                        vbox_contacts_graph_legend.Visible = false;
 
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index e7b0bb79..f211dd45 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -46,10 +46,8 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Label event_graph_label_graph_test;
 
 
-       [Widget] Gtk.HBox hbox_contacts_graph_last_limit;
        [Widget] Gtk.SpinButton spin_contacts_graph_last_limit;
        [Widget] Gtk.HBox hbox_contacts_simple_graph_controls;
-       [Widget] Gtk.HBox hbox_contacts_graph_person;
        [Widget] Gtk.RadioButton radio_contacts_graph_currentTest;
        [Widget] Gtk.RadioButton radio_contacts_graph_allTests;
        [Widget] Gtk.RadioButton radio_contacts_graph_currentPerson;


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