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:
parent
3796cc5ef0
commit
db606143d1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace MLEM.Ui.Elements {
|
|||
this.Texture = texture;
|
||||
this.ScaleToImage = scaleToImage;
|
||||
this.CanBeSelected = false;
|
||||
this.CanBeMoused = false;
|
||||
}
|
||||
|
||||
protected override Point CalcActualSize(Rectangle parentArea) {
|
||||
|
|
Loading…
Reference in a new issue