integrate scrollbar and checkbox art. fixes #215.
This commit is contained in:
@@ -23,8 +23,8 @@ namespace OpenRA.Widgets
|
||||
public ImageWidget()
|
||||
: base()
|
||||
{
|
||||
GetImageName = () => { return ImageName; };
|
||||
GetImageCollection = () => { return ImageCollection; };
|
||||
GetImageName = () => ImageName;
|
||||
GetImageCollection = () => ImageCollection;
|
||||
}
|
||||
|
||||
protected ImageWidget(ImageWidget other)
|
||||
|
||||
Reference in New Issue
Block a user