Commit ba85330d authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Geometry: Minor fix.

Showing with 2 additions and 1 deletion
+2 -1
...@@ -108,7 +108,8 @@ class PlotXY(APlot): ...@@ -108,7 +108,8 @@ class PlotXY(APlot):
self.canvas.axes.autoscale() self.canvas.axes.autoscale()
self.canvas.figure.tight_layout() self.canvas.figure.tight_layout()
self.canvas.figure.canvas.draw_idle() self.canvas.figure.canvas.draw_idle()
self.toolbar.update() if self.toolbar is not None:
self.toolbar.update()
self._init = True self._init = True
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment