- in Extract Plugin some minor UI changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FlatCAM BETA (c) 2019 - by Marius Stanciu
|
||||
latCAM BETA (c) 2019 - by Marius Stanciu
|
||||
Based on FlatCAM:
|
||||
2D Computer-Aided PCB Manufacturing by (c) 2014-2016 Juan Pablo Caram
|
||||
=================================================
|
||||
@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
|
||||
|
||||
=================================================
|
||||
|
||||
24.09.2021
|
||||
|
||||
- in Extract Plugin some minor UI changes
|
||||
|
||||
21.09.2021
|
||||
|
||||
- fixed an error due of missing attribute of PlotCanvasLegacy when using Legacy2D graphic engine
|
||||
|
||||
@@ -877,6 +877,11 @@ class ToolExtract(AppTool):
|
||||
|
||||
self.ui.ring_label.show()
|
||||
self.ui.ring_frame.show()
|
||||
self.ui.circular_ring_entry.setEnabled(self.ui.circular_cb.get_value())
|
||||
self.ui.oblong_ring_entry.setEnabled(self.ui.oblong_cb.get_value())
|
||||
self.ui.square_ring_entry.setEnabled(self.ui.square_cb.get_value())
|
||||
self.ui.rectangular_ring_entry.setEnabled(self.ui.rectangular_cb.get_value())
|
||||
self.ui.other_ring_entry.setEnabled(self.ui.other_cb.get_value())
|
||||
|
||||
self.ui.prop_label.hide()
|
||||
self.ui.prop_frame.hide()
|
||||
|
||||
Reference in New Issue
Block a user