- working on Isolation Tool: made to work the Isolation with multiple tools without rest machining

This commit is contained in:
Marius Stanciu
2020-05-27 05:11:54 +03:00
committed by Marius
parent 66ceb5a360
commit 90eb581a34
4 changed files with 463 additions and 321 deletions

View File

@@ -281,7 +281,7 @@ class ToolsISOPrefGroupUI(OptionsGroupUI):
)
self.select_combo = FCComboBox()
self.select_combo.addItems(
[_("All"), _("Area Selection"), _("Reference Object")]
[_("All"), _("Area Selection"), _("Polygon Selection"), _("Reference Object")]
)
self.select_combo.setObjectName("i_selection")