Opened 16 years ago
Closed 16 years ago
#211 closed defect (fixed)
digitizer: errors at removing vertex
| Reported by: | msieczka | Owned by: | martinl |
|---|---|---|---|
| Priority: | major | Milestone: | 6.4.0 |
| Component: | wxGUI | Version: | svn-develbranch6 |
| Keywords: | Cc: | grass-dev@… | |
| CPU: | x86-64 | Platform: | Linux |
Description
- enter digitizer
- select "Remove vertex" tool
- pick a vertex with the left key
- click on a another feature with the left key again - error:
Traceback (most recent call last): File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 923, in MouseActions self.OnLeftUp(event) File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 1424, in OnLeftUp id = digitClass.driver.GetSelectedVertex(pos1)[0] IndexError : tuple index out of range
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.

Should be fixed now in trunk and devbr6, r31965 and r31966.
Martin