Opened 16 years ago

Closed 16 years ago

#292 closed defect (fixed)

Erase display crashes

Reported by: msieczka Owned by: grass-dev@…
Priority: major Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc:
CPU: All Platform: All

Description

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'

Change History (1)

comment:1 by martinl, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r33295.

Note: See TracTickets for help on using tickets.