Opened 11 years ago
Closed 11 years ago
#2198 closed defect (fixed)
g.gui.iclass doesn't work
Reported by: | matmar | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | unspecified |
Keywords: | wxpython, g.gui.iclass | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
Hi list,
I am able to open g.gui.iclass but when I open the Class Manager, I'm not able to close it.
Furthermore, I'm not able to exit from the module GUI, so it is unusable for me. This is the linked error that I get every time I try to close something:
File "/home/matteo/software/grass7_trunk/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/iclass/frame.py", line 210, in OnCloseWindow self.GetFirstWindow().GetDigit().CloseMap() AttributeError: 'NoneType' object has no attribute 'CloseMap'
GRASS 7.0.svn (WGS84_32N):~ > g.version -gr version=7.0.svn date=2014 revision=59093M build_date=2014-01-19 libgis_revision=58670 libgis_date="2014-01-10 20:31:02 +0100 (Fri, 10 Jan 2014) "
Thanks,
Matteo
Change History (3)
comment:1 by , 11 years ago
follow-up: 3 comment:2 by , 11 years ago
This bug seems to be related to the recent changes in digitizer, please try out r59096.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I can reproduce it even just when trying to close just opened
g.gui.iclass
.No Class manager involved. It is actually strange that this code is invoked also from Class manager.