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

@@ -23,8 +23,8 @@ namespace OpenRA.Widgets
public ImageWidget()
: base()
{
GetImageName = () => { return ImageName; };
GetImageCollection = () => { return ImageCollection; };
GetImageName = () => ImageName;
GetImageCollection = () => ImageCollection;
}
protected ImageWidget(ImageWidget other)