mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Minor fix.
parent
1e129f4e53
commit
ba85330d74
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue