mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Actually display parametertext
This commit is contained in:
parent
5446f76a3a
commit
d7cd46a387
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue