This commit is contained in:
parent
db2037344a
commit
9e42edf4ad
@ -147,7 +147,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
_MyItemInfo = value;
|
||||
if (VlnSettings.StepTypeToolType)SetToolTip(_MyItemInfo.ToolTip);
|
||||
ChangeBar = _MyItemInfo.HasChangeBar();
|
||||
ChangeBar = _MyItemInfo.HasChangeBar;
|
||||
value.MyContent.Changed += new ContentInfoEvent(MyContent_Changed);
|
||||
value.OrdinalChanged += new ItemInfoEvent(value_OrdinalChanged);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user