[chronojump] On change to jump to jumpReactive (runs...) delete capture graph & table



commit 3c217f0e55327d4c12e2b5860eedb37441969b3d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 14 17:39:07 2016 +0200

    On change to jump to jumpReactive (runs...) delete capture graph & table

 src/gui/chronojump.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 275c2a6..410c869 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -6077,7 +6077,11 @@ LogB.Debug("X");
                        notebook_execute.NextPage();
                while(notebook_execute.CurrentPage > desiredPage) 
                        notebook_execute.PrevPage();
-
+               
+               //delete capture graph 
+               UtilGtk.ClearDrawingArea(event_execute_drawingarea, event_execute_pixmap);
+               //change table under graph
+               notebook_results_data.CurrentPage = notebook_execute.CurrentPage;
 
                while(notebook_results.CurrentPage < desiredPage) 
                        notebook_results.NextPage();


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