From 7bb176e7c76cb9ce7578b855a5d0fb6aeb32a092 Mon Sep 17 00:00:00 2001 From: Theophile Terraz Date: Mon, 5 May 2025 11:32:51 +0200 Subject: [PATCH] debug --- 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 4a52e6ff..1187e675 100644 --- a/src/View/Results/CustomPlot/Plot.py +++ b/src/View/Results/CustomPlot/Plot.py @@ -1388,7 +1388,7 @@ class CustomPlot(PamhyrPlot): self._reach = reach_id self._profile = 0 - self.update() + self.draw() def set_profile(self, profile_id): self._profile = profile_id