Opened 16 years ago

Closed 15 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

  1. add a Text layer overlay
  1. 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 martinl, 16 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Fixed in r33317

comment:2 by mlennert, 16 years ago

Can this bug be closed ?

comment:3 by martinl, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.