This commit is contained in:
Kathy Ruffing 2012-04-30 14:03:30 +00:00
parent 1f275edd7a
commit 360d7d6552

View File

@ -793,6 +793,7 @@ namespace Volian.Controls.Library
if (MyItemInfo.Steps != null)
{
ItemInfo ichld = MyItemInfo.Steps[0];
btn.Click -= new System.EventHandler(btnInsStep_Click);
btn.Click += new System.EventHandler(btnInsStep_Click);
btn.Tag = string.Format("{0} {1}", fromtype, ichld.MyContent.Type - 20000);
return;