- solved the problem with not closing all the tabs in Plot Area when creating a New Project; the issue was that once a tab was removed the indexes are remade (when tab 0 is removed then tab 1 becomes tab 0 and so on)
This commit is contained in:
@@ -1169,7 +1169,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
self.plot_tab_area.setTabsClosable(True)
|
||||
|
||||
self.plot_tab = QtWidgets.QWidget()
|
||||
self.plot_tab.setObjectName("plotarea")
|
||||
self.plot_tab.setObjectName("plotarea_tab")
|
||||
self.plot_tab_area.addTab(self.plot_tab, _("Plot Area"))
|
||||
|
||||
self.right_layout = QtWidgets.QVBoxLayout()
|
||||
|
||||
Reference in New Issue
Block a user