diff --git a/src/View/Results/PlotKPC.py b/src/View/Results/PlotKPC.py index 7ccffc106ff796513d833b14a9a04363139ccc90..f7c071a44ec5e99aa179885c5ff3d78df7019b67 100644 --- a/src/View/Results/PlotKPC.py +++ b/src/View/Results/PlotKPC.py @@ -348,7 +348,9 @@ class PlotKPC(PamhyrPlot): if not self._init: self.draw() - self.update_bottom_with_bedload() + if reach.has_sediment(): + self.update_bottom_with_bedload() + self.update_water_elevation() self.update_idle()