- worked on the NCC Tool; added a new clear method named 'Combo' which will go through all methods until the clear is done
- added a Preferences parameter for font size used in HUD
This commit is contained in:
@@ -1478,7 +1478,7 @@ class ToolsDB2(QtWidgets.QWidget):
|
||||
|
||||
self.ncc_method_combo = FCComboBox()
|
||||
self.ncc_method_combo.addItems(
|
||||
[_("Standard"), _("Seed"), _("Lines")]
|
||||
[_("Standard"), _("Seed"), _("Lines"), _("Combo")]
|
||||
)
|
||||
self.ncc_method_combo.setObjectName("gdb_n_method")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user