- minor fix in Fiducials Plugin

This commit is contained in:
Marius Stanciu
2022-04-02 15:55:23 +03:00
committed by Marius
parent 72d39f09fb
commit d7fd4dc8f2
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ CHANGELOG for FlatCAM Evo beta
- in Markers Plugin, added a numeric mode
- in Fiducials Plugin, for manual mode: added utility geometry and the ability to use a big cursor
- minor fix in Fiducials Plugin
1.04.2022

View File

@@ -886,7 +886,7 @@ class ToolFiducials(AppTool):
self.temp_shapes.redraw()
def on_plugin_cleanup(self):
self.on_exit(ok=False)
self.on_exit()
class FidoUI: