Actually display parametertext

This commit is contained in:
MascaraSnake 2020-05-17 09:56:08 +02:00
parent 5446f76a3a
commit d7cd46a387

View file

@ -364,6 +364,8 @@ namespace CodeImp.DoomBuilder.Controls
case ThingTypeInfo.THING_BLOCKING_HEIGHT: blockinglabel.Text = "True-Height"; break;
default: blockinglabel.Text = "Unknown"; break;
}
parametercaption.Text = thinginfo.ParameterText + ":";
}
if(doupdatenode)
@ -405,6 +407,7 @@ namespace CodeImp.DoomBuilder.Controls
sizelabel.Text = "-";
positionlabel.Text = "-";
blockinglabel.Text = "-";
parametercaption.Text = "Parameter:";
}
//mxd. Update help link