Opened 16 years ago
Closed 16 years ago
#292 closed defect (fixed)
Erase display crashes
Reported by: | msieczka | Owned by: | |
---|---|---|---|
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'
Note:
See TracTickets
for help on using tickets.
Fixed in r33295.