[chronojump] Fixed showing jumps_profile, sprint buttons after capture



commit 8a0380c686daabd8ba8800429856faf9a315ed95
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Nov 13 12:17:06 2017 +0100

    Fixed showing jumps_profile, sprint buttons after capture

 src/gui/chronojump.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 1f0ce36..ee4bc9e 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -7079,14 +7079,6 @@ LogB.Debug("X");
                //but don't unsensitive the notebook because user need to "finish" or cancel"
                //notebook_capture_analyze.Sensitive = true; 
                radio_mode_contacts_analyze.Visible = true;
-               if(current_menuitem_mode == Constants.Menuitem_modes.JUMPSSIMPLE)
-               {
-                       radio_mode_contacts_jumps_profile.Show();
-               }
-               else if(current_menuitem_mode == Constants.Menuitem_modes.RUNSINTERVALLIC)
-               {
-                       radio_mode_contacts_sprint.Show();
-               }
 
                help_menuitem.Sensitive = true;
 


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