Skip to content

Commit

Permalink
Fix #1420180 - Update the mouse cursor after finishing a selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Feb 21, 2015
1 parent 867a22d commit d77e113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pinta.Tools/Tools/SelectTool.cs
Expand Up @@ -127,6 +127,9 @@ protected override void OnMouseUp (DrawingArea canvas, ButtonReleaseEventArgs ar

is_drawing = false;
active_control = null;

// Update the mouse cursor.
CheckHandlerCursor (point);
}

protected override void OnDeactivated(BaseTool newTool)
Expand Down

0 comments on commit d77e113

Please sign in to comment.