- added a text in the Selected Tab which is showed whenever the Selected Tab is selected but without having an object selected to display it's properties

This commit is contained in:
Marius Stanciu
2019-02-05 13:04:37 +02:00
committed by Marius
parent 3714203c95
commit bd3cb3aba3
3 changed files with 46 additions and 3 deletions

View File

@@ -412,7 +412,6 @@ class NonCopperClear(FlatCAMTool, Gerber):
self.tools_table.setMinimumHeight(self.tools_table.getHeight())
self.tools_table.setMaximumHeight(self.tools_table.getHeight())
self.app.report_usage("gerber_on_ncc_button")
self.ui_connect()
def ui_connect(self):