Feature request #3784
Switching between measure tools and other tools is annoying (with patch)
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GUI | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 13842 |
Description
Select measure tool; Measure a line/area; Right click on canvas to finish measuring; Click on other tool (zoom, pan); Click on measure tool; Left click on canvas -> it continues to measure from previous part instead of starting a new measurement as it happens without changing tools.
This patch tries to fix this issue - switching tools after measuring has ended with single right click resets measurement tool.
Associated revisions
fix #3784
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15848 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #3784
git-svn-id: http://svn.osgeo.org/qgis/trunk@15848 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer over 13 years ago
- Resolution set to fixed
- Status changed from Open to Closed
looks like not resetting the click status on activate is enough. Fixed in 326d7a7d (SVN r15849).