From 3c9bc6ce73deef17593444ec80b0805a1c3389e9 Mon Sep 17 00:00:00 2001
From: Theophile Terraz <theophile.terraz@inrae.fr>
Date: Fri, 9 Aug 2024 11:25:24 +0200
Subject: [PATCH] add froude in results

---
 src/View/Results/CustomPlot/Plot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py
index cb45863c..b699f3ea 100644
--- a/src/View/Results/CustomPlot/Plot.py
+++ b/src/View/Results/CustomPlot/Plot.py
@@ -439,7 +439,7 @@ class CustomPlot(PamhyrPlot):
 
     @timer
     def update(self):
-        if not self._init:
+        #if not self._init:
             self.draw()
             return
 
-- 
GitLab