Skip to content

Commit

Permalink
Repaint Handler so selection box can vanish
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
  • Loading branch information
MSementsov-Ibk committed Sep 28, 2018
1 parent ecd48c8 commit cdf0c54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public UndoableMapCommand getCommand( EditToolHandler handler, MapMouseEvent e,
handler.unlock(this);
selectBehaviour=null;
drawShapeCommand=null;
handler.repaint();
if( e.isShiftDown() )
return new SelectVertexCommand(handler.getCurrentGeom().getEditBlackboard(), points,
SelectVertexCommand.Type.ADD);
Expand Down

0 comments on commit cdf0c54

Please sign in to comment.