integrate scrollbar and checkbox art. fixes #215.

This commit is contained in:
Chris Forbes
2010-07-28 18:16:47 +12:00
parent 72d6a211af
commit 5ca7218eb6
12 changed files with 81 additions and 66 deletions

View File

@@ -27,8 +27,8 @@ namespace OpenRA.Widgets
public LabelWidget()
: base()
{
GetText = () => { return Text; };
GetBackground = () => { return Background; };
GetText = () => Text;
GetBackground = () => Background;
}
protected LabelWidget(LabelWidget other)