Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DrawPathTool: Fix crash introduced by object highlighting
Closing a path with Enter key or aborting the drawing procedure with Escape causes Mapper crash on stale renerables further down the drawing. The simple "following = false" is no longer enough to finish object following. We need to remove the highlight renderables whish is done in finishFollowing().
- Loading branch information