[GRASS-dev] [GRASS GIS] #275: wxNVIZ fails to start

#275: wxNVIZ fails to start
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: critical | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
      Cpu: All |
----------------------+-----------------------------------------------------
1. Load a raster map.

2. Zoom to it.

3. Choose NVIZ from the selector in map display - error:

{{{
Traceback (most recent call last):
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/to
olbars.py", line 241, in OnSelectTool

self.mapdisplay.AddToolbar("nviz")
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 2700, in AddToolbar

self.MapWindow.EraseMap()
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 809, in EraseMap

self.Draw(self.pdcVector, pdctype='clear')
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 326, in Draw

pdc.BeginDrawing()
AttributeError
:
'NoneType' object has no attribute 'BeginDrawing'
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/275&gt;
GRASS GIS <http://grass.osgeo.org>

#275: wxNVIZ fails to start
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: critical | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):

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

Comment:

Already fixed in #292

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