Use ScrollItem for ra replay browser

This commit is contained in:
Paul Chote
2011-05-22 14:18:41 +12:00
parent 1d24c5f49c
commit db417545e6
3 changed files with 19 additions and 12 deletions

View File

@@ -22,12 +22,14 @@ namespace OpenRA.Widgets
: base()
{
IsVisible = () => false;
VisualHeight = 0;
}
protected ScrollItemWidget(ScrollItemWidget other)
: base(other)
{
IsVisible = () => false;
VisualHeight = 0;
}
public Func<bool> IsSelected = () => false;