Path: Restore edge processing to Adaptive as in 0.19 release

This commit is contained in:
Russell Johnson
2021-07-24 11:42:30 -05:00
parent a40812dfbf
commit b91a4b6ecd
2 changed files with 3 additions and 8 deletions

View File

@@ -440,7 +440,7 @@ class TaskPanelExtensionPage(PathOpGui.TaskPanelPage):
baseItem.setData(base[0].Label, QtCore.Qt.EditRole)
baseItem.setSelectable(False)
for sub in sorted(base[1]):
if sub.startswith('Face') or True:
if sub.startswith('Face'):
show = True
baseItem.appendRow(self.createItemForBaseModel(base[0], sub, edges, extensions))
if show: