From e8ea6af98ff2809356affd943010986453d1ec61 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Thu, 18 Jun 2020 01:39:17 -0500 Subject: [PATCH] Path: Add operation's label to task panel window title --- src/Mod/Path/PathScripts/PathProfileGui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathProfileGui.py b/src/Mod/Path/PathScripts/PathProfileGui.py index 57bbde4ff9..85efa959d4 100644 --- a/src/Mod/Path/PathScripts/PathProfileGui.py +++ b/src/Mod/Path/PathScripts/PathProfileGui.py @@ -51,6 +51,7 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage): ''' def initPage(self, obj): + self.setTitle("Profile - " + obj.Label) self.updateVisibility() def profileFeatures(self):