Ignore region freehand for hover

This commit is contained in:
Jaex 2016-08-03 12:31:15 +03:00
parent 881a3c22da
commit f95afed046

View file

@ -1309,6 +1309,7 @@ private void CheckHover()
{
switch (CurrentShapeType)
{
case ShapeType.RegionFreehand:
case ShapeType.DrawingLine:
case ShapeType.DrawingArrow:
case ShapeType.DrawingStep: