#301: error when adding another text layer
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
1. add a Text layer overlay
2. 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
}}}