Ignore region hover in sticker tool

This commit is contained in:
Jaex 2018-02-22 02:44:25 +03:00
parent 677ed9f95d
commit 8311c79ba8

View file

@ -1046,6 +1046,7 @@ private BaseShape CheckHover()
case ShapeType.DrawingSpeechBalloon:
case ShapeType.DrawingStep:
case ShapeType.DrawingImage:
case ShapeType.DrawingSticker:
case ShapeType.DrawingCursor:
return null;
}