Opened 16 years ago
Closed 16 years ago
#286 closed defect (fixed)
vdigit: changing a tool should cancel current edits
Reported by: | msieczka | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | All | Platform: | All |
Description
- add a vertex on a boundary
- don't confirm with the right key, but select the "Move vertex" tool
- try to drag the vertex you added - failure:
Traceback (most recent call last): File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 1025, in MouseActions self.OnLeftUp(event) File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 1400, in OnLeftUp self.moveCoords = (self.moveCoords[0] + dx, IndexError : list index out of range
Selecting a different tool without committing the edit first (like in the case above), should automatically cancel the uncommited edits edits.
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r36423 (relbr64) r36424 (devbr6) and r36425 (trunk).