- In Plugins: Panelize, Cutout, Extract, Copper Thieving disabled the autoload of the last created APP object

This commit is contained in:
Marius Stanciu
2021-09-19 04:30:07 +03:00
committed by Marius
parent 7e30c10601
commit 6060bfef44
5 changed files with 16 additions and 14 deletions

View File

@@ -964,7 +964,7 @@ class ExtractUI:
self.gerber_object_combo = FCComboBox()
self.gerber_object_combo.setModel(self.app.collection)
self.gerber_object_combo.setRootModelIndex(self.app.collection.index(0, 0, QtCore.QModelIndex()))
self.gerber_object_combo.is_last = True
self.gerber_object_combo.is_last = False
self.gerber_object_combo.obj_type = "Gerber"
self.tools_box.addWidget(self.gerber_object_combo)