[GRASS-dev] [GRASS GIS] #481: clicking on wx NVIZ map canvas causes
an error
GRASS GIS
trac at osgeo.org
Sat Feb 7 15:41:39 EST 2009
#481: clicking on wx NVIZ map canvas causes an error
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: Linux
Cpu: x86-64 |
----------------------+-----------------------------------------------------
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'
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/481>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list