Opened 16 years ago
Closed 16 years ago
#460 closed defect (fixed)
can't close wxGUI layer manager window
Reported by: | msieczka | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | All | Platform: | All |
Description
- start GRASS
- close map display window
- try to close layer manager windows - error:
Traceback (most recent call last): File "/usr/local/grass-6.5.svn/etc/wxpython/wxgui.py", line 1497, in OnCloseWindow maptree = self.curr_page.maptree File "/usr/lib/python2.5/site- packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14522, in __getattr__ raise PyDeadObjectError(self.attrStr % self._name) wx._core . PyDeadObjectError : The C++ part of the Panel object has been deleted, attribute access no longer allowed.
SVN r35570
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r35571.