[chronojump] ForceSensor click on drawingarea does not zoom now



commit 566b1d57775cb04b04c43d074e8c0fde6ef181c7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Feb 25 17:06:25 2020 +0100

    ForceSensor click on drawingarea does not zoom now

 src/gui/app1/forceSensorAnalyze.cs | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/gui/app1/forceSensorAnalyze.cs b/src/gui/app1/forceSensorAnalyze.cs
index 86e74ac3..34444688 100644
--- a/src/gui/app1/forceSensorAnalyze.cs
+++ b/src/gui/app1/forceSensorAnalyze.cs
@@ -955,10 +955,16 @@ public partial class ChronoJumpWindow
                                                endFound = true;
                                        }
                                }
+
+                               /*
+                                * right now click on sets hscales but does not zoom
+                                * because zoom on elastic is not working ok
+                                *
                                //LogB.Information("call zoom start -->");
                                if(startFound && endFound)
                                        button_force_sensor_ai_zoom.Click();
                                //LogB.Information("<-- call zoom end");
+                                */
                        }
                }
        }


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