Fix lobby color picker

This commit is contained in:
Paul Chote
2011-05-10 21:27:24 +12:00
parent c4f40babb5
commit 86159f9ddc
6 changed files with 117 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ namespace OpenRA.Widgets
private float Offset = 0;
int2 lastMouseLocation;
bool isMoving = false;
protected bool isMoving = false;
public SliderWidget()
: base()
@@ -159,7 +159,7 @@ namespace OpenRA.Widgets
public override Widget Clone() { return new SliderWidget(this); }
Rectangle thumbRect
protected Rectangle thumbRect
{
get
{