This commit is contained in:
Paul Chote
2011-05-09 23:29:58 +12:00
parent 6a1f3cfc18
commit 37577afc36
9 changed files with 61 additions and 26 deletions

View File

@@ -46,6 +46,12 @@ namespace OpenRA.Widgets
indeterminateTick = 0;
}
public void SetIndeterminate(bool value)
{
Indeterminate = value;
indeterminateTick = 0;
}
public override Widget Clone() { return new ProgressBarWidget(this); }
}
}