Sorting of operation settings for UI purposes.

This commit is contained in:
Markus Lampert
2018-08-25 19:14:37 -07:00
parent 0824066c59
commit f4124b91bc
2 changed files with 2 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ class SetupSheet:
if hasattr(self.obj, prop):
ops.append(name)
break
return ops
return list(sorted(ops))
def setOperationProperties(self, obj, opName):
PathLog.track(obj.Label, opName)