[chronojump] jumpsRjFatigue with button press event to find Selected points



commit f9d36b53fbf587bdbc44d704a0b633e046787e73
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Aug 10 12:47:54 2020 +0200

    jumpsRjFatigue with button press event to find Selected points

 src/gui/app1/jumpsRjFatigue.cs | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/src/gui/app1/jumpsRjFatigue.cs b/src/gui/app1/jumpsRjFatigue.cs
index 09f49625..013036e0 100644
--- a/src/gui/app1/jumpsRjFatigue.cs
+++ b/src/gui/app1/jumpsRjFatigue.cs
@@ -180,15 +180,13 @@ public partial class ChronoJumpWindow
                //needed to have mouse clicks at: on_drawingarea_jumps_rj_fatigue_button_press_event ()
                drawingarea_jumps_rj_fatigue.AddEvents((int) (Gdk.EventMask.ButtonPressMask | 
Gdk.EventMask.ButtonReleaseMask));
 
-               createComboSelectJumpsRjFatigueNum (false); //TODO: seguir canviant lo de dalt per aixo
+               createComboSelectJumpsRjFatigueNum (false);
 
                //data is calculated on switch page (at notebook_capture_analyze) or on change person
        }
 
-       //TODO:
        private void on_drawingarea_jumps_rj_fatigue_button_press_event (object o, ButtonPressEventArgs args)
        {
-               /*
                //if there is no data and nothing to show, nothing to press, and also this is null
                if(jumpsRjFatigueGraph == null)
                        return;
@@ -199,9 +197,5 @@ public partial class ChronoJumpWindow
                jumpsRjFatigueGraph.Do();
                LogB.Information(string.Format("Mouse X: {0}; Mouse Y: {1}", args.Event.X, args.Event.Y));
                jumpsRjFatigueGraph.CalculateAndWriteRealXY(args.Event.X, args.Event.Y);
-               */
        }
-
-
-
 }


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