Don't allow freehand resize

This commit is contained in:
Jaex 2016-08-03 12:19:01 +03:00
parent eacac76a75
commit 881a3c22da

View file

@ -84,5 +84,9 @@ public override void Move(int x, int y)
Rectangle = Rectangle.LocationOffset(x, y);
}
public override void Resize(int x, int y, bool fromBottomRight)
{
}
}
}