additional check for checkoffs
This commit is contained in:
parent
bd05860f50
commit
b48e39be12
@ -182,7 +182,7 @@ namespace Volian.Controls.Library
|
||||
if (VlnSettings.StepTypeToolType) SetToolTip(_MyItemInfo.ToolTip);
|
||||
ChangeBar = _MyItemInfo.HasChangeBar;
|
||||
CheckOff co = _MyItemInfo.GetCheckOffStep();
|
||||
if (co != null)
|
||||
if (co != null && co.UIMark != null)
|
||||
{
|
||||
UserCheckOff = true;
|
||||
UserCheckOffChar = (char)co.UIMark;
|
||||
|
Loading…
x
Reference in New Issue
Block a user