Don't show hover with line, arrow, step tools

This commit is contained in:
Jaex 2016-05-23 02:30:25 +03:00
parent 6fdf5eee97
commit c7a7a45fe4

View file

@ -1133,6 +1133,14 @@ private void CheckHover()
}
else
{
switch (CurrentShapeType)
{
case ShapeType.DrawingLine:
case ShapeType.DrawingArrow:
case ShapeType.DrawingStep:
return;
}
SimpleWindowInfo window = FindSelectedWindow();
if (window != null && !window.Rectangle.IsEmpty)