Path: Add operation's label to task panel window title

This commit is contained in:
Russell Johnson
2020-06-18 01:39:17 -05:00
parent 5f362e21a5
commit e8ea6af98f

View File

@@ -51,6 +51,7 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage):
'''
def initPage(self, obj):
self.setTitle("Profile - " + obj.Label)
self.updateVisibility()
def profileFeatures(self):