fixed proportional resizing

This commit is contained in:
Jaex 2015-08-04 15:40:25 +03:00
parent 3d6b7b0b6b
commit f090582c25

View file

@ -143,7 +143,7 @@ public AreaManager(RectangleRegion surface)
private void surface_KeyDown(object sender, KeyEventArgs e)
{
switch (e.KeyData)
switch (e.KeyCode)
{
case Keys.ShiftKey:
proportionalResizing = true;