Opened 15 years ago

Closed 15 years ago

#481 closed defect (fixed)

clicking on wx NVIZ map canvas causes an error

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

Clicking on wx NVIZ map canvas causes an error:

Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'
Traceback (most recent call last):
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/nv
iz_mapdisp.py", line 193, in OnMouseAction

self.lastX = self.lastY = self.x = self.y
AttributeError
:
'GLWindow' object has no attribute 'y'

Change History (2)

comment:1 by martinl, 15 years ago

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

Fixed in r35806 (trunk), r35807 (devbr6) and r35808 (relbr64).

comment:2 by martinl, 15 years ago

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