- added a Cancel button in Tools DB when requesting to add a tool in the Geometry Tool Table

This commit is contained in:
Marius Stanciu
2019-12-02 22:47:23 +02:00
committed by Marius
parent c439009251
commit e0b591ff85
3 changed files with 16 additions and 1 deletions

View File

@@ -4116,6 +4116,7 @@ class FlatCAMGeometry(FlatCAMObj, Geometry):
self.app.on_tools_database()
self.app.tools_db_tab.buttons_frame.hide()
self.app.tools_db_tab.add_tool_from_db.show()
self.app.tools_db_tab.cancel_tool_from_db.show()
def on_tool_from_db_inserted(self, tool):
"""