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

Geometry: Minor fix.

parent 1e129f4e
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -108,7 +108,8 @@ class PlotXY(APlot):
self.canvas.axes.autoscale()
self.canvas.figure.tight_layout()
self.canvas.figure.canvas.draw_idle()
self.toolbar.update()
if self.toolbar is not None:
self.toolbar.update()
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