integrate scrollbar and checkbox art. fixes #215.
This commit is contained in:
@@ -27,8 +27,8 @@ namespace OpenRA.Widgets
|
||||
public LabelWidget()
|
||||
: base()
|
||||
{
|
||||
GetText = () => { return Text; };
|
||||
GetBackground = () => { return Background; };
|
||||
GetText = () => Text;
|
||||
GetBackground = () => Background;
|
||||
}
|
||||
|
||||
protected LabelWidget(LabelWidget other)
|
||||
|
||||
Reference in New Issue
Block a user