This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user