1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 20:58:34 +01:00

made images unmouseable by default

This commit is contained in:
Ellpeck 2019-09-11 20:10:28 +02:00
parent 3796cc5ef0
commit db606143d1

View file

@ -16,6 +16,7 @@ namespace MLEM.Ui.Elements {
this.Texture = texture; this.Texture = texture;
this.ScaleToImage = scaleToImage; this.ScaleToImage = scaleToImage;
this.CanBeSelected = false; this.CanBeSelected = false;
this.CanBeMoused = false;
} }
protected override Point CalcActualSize(Rectangle parentArea) { protected override Point CalcActualSize(Rectangle parentArea) {