[GRASS-dev] [GRASS GIS] #292: Erase display crashes

#292: Erase display crashes
----------------------+-----------------------------------------------------
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: All
      Cpu: All |
----------------------+-----------------------------------------------------
Erase display crashes:

{{{
Traceback (most recent call last):
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 2967, in OnErase

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

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

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

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

#292: Erase display crashes
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | 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:

Fixed in r33295.

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