Opened 16 years ago

Closed 16 years ago

#212 closed defect (fixed)

digitizer: errors at querying

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

  1. enter digitizer
  1. select "Display/update attributes" tool
  1. click on an empty place - error:
Traceback (most recent call last):
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 919, in MouseActions

self.OnLeftDown(event)
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 1115, in OnLeftDown

line = self.parent.dialogs['attributes'].GetLine()
AttributeError
:
'NoneType' object has no attribute 'GetLine'

Change History (2)

comment:1 by martinl, 16 years ago

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

Fixed in trunk and devbr6, r31967 and r31968.

Martin

comment:2 by martinl, 16 years ago

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