Skip to content
Snippets Groups Projects
Commit 30bdb6eb authored by Marco Zimmer's avatar Marco Zimmer
Browse files

fixed dissappearing names with redo

parent f0ba7a2c
Branches
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ public string Id {
// should be called once a constructor call
public string Label {
get { // in case of renamed dependables
return hasCustomLabel ?
return hasCustomLabel && _CustomLabel != null ?
_CustomLabel :
generateLabel();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment