Ticket #292 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Erase display crashes

Reported by: msieczka Owned by: grass-dev@…
Priority: major Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc:
Platform: All CPU: 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

Changed 3 years ago by martinl

  • status changed from new to closed
  • resolution set to fixed

Fixed in r33295.

Note: See TracTickets for help on using tickets.