[view] ImageView stretc true as default

This commit is contained in:
2019-04-04 20:41:26 +03:00
parent de0a7a3687
commit b87338cbef
3 changed files with 2 additions and 2 deletions

View File

@@ -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;