Opened 16 years ago
Closed 16 years ago
#301 closed defect (fixed)
error when adding another text layer
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 Text layer overlay
- try to add another one - error:
Traceback (most recent call last): File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 3827, in OnAddText size=(400, 200)) File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/gd ialogs.py", line 455, in __init__ self.currText, self.currFont, self.currClr, self.currRot = self.parent.MapWindow.textdict[drawid] NameError : global name 'drawid' is not defined
Change History (3)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r33317