This commit is contained in:
2010-01-25 13:50:42 +00:00
parent 5f239397f6
commit a6e6392c65
2 changed files with 5 additions and 3 deletions

View File

@@ -724,7 +724,11 @@ namespace Volian.Controls.Library
public bool ChangeBar
{
get { return _ChangeBar; }
set { _ChangeBar = value; }
set
{
_ChangeBar = value;
this.Invalidate();
}
}
#endregion // Properties
#region Constructors