This commit is contained in:
@@ -7,6 +7,7 @@ using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using System.Text.RegularExpressions;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -145,7 +146,7 @@ namespace Volian.Controls.Library
|
||||
set
|
||||
{
|
||||
_MyItemInfo = value;
|
||||
SetToolTip(_MyItemInfo.ToolTip);
|
||||
if (VlnSettings.StepTypeToolType)SetToolTip(_MyItemInfo.ToolTip);
|
||||
ChangeBar = _MyItemInfo.HasChangeBar();
|
||||
value.MyContent.Changed += new ContentInfoEvent(MyContent_Changed);
|
||||
}
|
||||
|
Reference in New Issue
Block a user