mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Minor fix.
parent
1e129f4e53
commit
ba85330d74
|
|
@ -108,6 +108,7 @@ class PlotXY(APlot):
|
|||
self.canvas.axes.autoscale()
|
||||
self.canvas.figure.tight_layout()
|
||||
self.canvas.figure.canvas.draw_idle()
|
||||
if self.toolbar is not None:
|
||||
self.toolbar.update()
|
||||
|
||||
self._init = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue