diff --git a/src/Mod/Path/Path/Dressup/Gui/RampEntry.py b/src/Mod/Path/Path/Dressup/Gui/RampEntry.py index 697dd87501..e365f3b6bf 100644 --- a/src/Mod/Path/Path/Dressup/Gui/RampEntry.py +++ b/src/Mod/Path/Path/Dressup/Gui/RampEntry.py @@ -203,7 +203,7 @@ class ObjectDressup: if not obj.Base.Path: return - if not obj.Base.Active: + if hasattr(obj.Base, 'Active') and not obj.Base.Active: path = Path.Path("(inactive operation)") obj.Path = path return