[GRASS-dev] [GRASS GIS] #481: clicking on wx NVIZ map canvas causes an error

#481: clicking on wx NVIZ map canvas causes an error
----------------------+-----------------------------------------------------
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: 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&gt;
GRASS GIS <http://grass.osgeo.org>

#481: clicking on wx NVIZ map canvas causes an error
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: assigned
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
  Platform: Linux | Cpu: x86-64
-----------------------+----------------------------------------------------
Changes (by martinl):

  * status: new => assigned
  * owner: grass-dev@lists.osgeo.org => martinl
* cc: grass-dev@lists.osgeo.org (added)

Comment:

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

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/481#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#481: clicking on wx NVIZ map canvas causes an error
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords:
  Platform: Linux | Cpu: x86-64
-----------------------+----------------------------------------------------
Changes (by martinl):

  * status: assigned => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/481#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>