additional check for checkoffs

This commit is contained in:
John Jenko 2011-12-07 14:02:42 +00:00
parent bd05860f50
commit b48e39be12

View File

@ -182,7 +182,7 @@ namespace Volian.Controls.Library
if (VlnSettings.StepTypeToolType) SetToolTip(_MyItemInfo.ToolTip); if (VlnSettings.StepTypeToolType) SetToolTip(_MyItemInfo.ToolTip);
ChangeBar = _MyItemInfo.HasChangeBar; ChangeBar = _MyItemInfo.HasChangeBar;
CheckOff co = _MyItemInfo.GetCheckOffStep(); CheckOff co = _MyItemInfo.GetCheckOffStep();
if (co != null) if (co != null && co.UIMark != null)
{ {
UserCheckOff = true; UserCheckOff = true;
UserCheckOffChar = (char)co.UIMark; UserCheckOffChar = (char)co.UIMark;