[view] ImageView stretc true as default
This commit is contained in:
@@ -13,7 +13,7 @@ class ImageView extends SpriteView {
|
||||
public var imageUrl(default, set):String;
|
||||
public var color(default, set):Int = -1;
|
||||
public var fillType(default, set):FillType;
|
||||
public var stretch:Bool;
|
||||
public var stretch:Bool = true;
|
||||
|
||||
private var bitmapSkin:BitmapSkin = new BitmapSkin();
|
||||
private var coloredImage:BitmapData;
|
||||
|
||||
Reference in New Issue
Block a user