- work on identification of changes in Preferences tab

This commit is contained in:
Marius Stanciu
2019-07-31 17:48:18 +03:00
committed by Marius
parent 6242d1809b
commit 93b2907ba7
3 changed files with 22 additions and 1 deletions

View File

@@ -810,7 +810,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.right_lay.setContentsMargins(0, 0, 0, 0)
self.right_widget.setLayout(self.right_lay)
# self.plot_tab_area = FCTab()
self.plot_tab_area = FCDetachableTab(protect=False, protect_by_name=[_('Plot Area')])
self.plot_tab_area = FCDetachableTab2(protect=False, protect_by_name=[_('Plot Area')])
self.plot_tab_area.useOldIndex(True)
self.right_lay.addWidget(self.plot_tab_area)