[chronojump] JumpsProfile is updated always at clicking on analyze



commit 23bf82d760af53493b123d1586657b43d0c2ec96
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Jun 15 17:26:23 2019 +0200

    JumpsProfile is updated always at clicking on analyze

 src/gui/chronojump.cs | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index c5d51450..1d1f0fb0 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -7064,7 +7064,14 @@ LogB.Debug("mc finished 5");
                        radio_mode_contacts_general.Visible = true;
 
                        if(current_menuitem_mode == Constants.Menuitem_modes.JUMPSSIMPLE)
+                       {
                                radio_mode_contacts_jumps_profile.Visible = true;
+                               if(radio_mode_contacts_jumps_profile.Active)
+                               {
+                                       notebook_analyze.CurrentPage = 
Convert.ToInt32(notebook_analyze_pages.JUMPSPROFILE);
+                                       jumpsProfileDo(true);
+                               }
+                       }
                        else if(current_menuitem_mode == Constants.Menuitem_modes.RUNSINTERVALLIC)
                                radio_mode_contacts_sprint.Visible = true;
                }


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