- Gerber Export - finished

- added zoom fit for Set Origin command
- added move action for solid_geometry stored in the gerber_obj.apertures
This commit is contained in:
Marius Stanciu
2019-05-08 06:02:38 +03:00
parent 5b663c5f20
commit 6fb33ebc5e
3 changed files with 27 additions and 1 deletions

View File

@@ -4876,6 +4876,7 @@ class App(QtCore.QObject):
obj.options['ymax'] = d
# self.plot_all(zoom=False)
self.inform.emit(_('[success] Origin set ...'))
self.plotcanvas.fit_view()
self.plotcanvas.vis_disconnect('mouse_press', self.on_set_zero_click)
self.should_we_save = True