Opened 11 years ago
Closed 10 years ago
#2220 closed defect (fixed)
d.vect fails to update layer list on map selection
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
#1605 has returned - with current trunk d.vect doesn't update vector layer list in its gui.
Steps to reproduce - run d.vect and choose a vector map with two layers.
I don't understand well the new GUI inner parts and thus only managed to figure out that forms.py line "p = self.task.get_param(self.eventId, element = 'wxId', raiseError = False)" results in None.
Could this be related to wxPython: 3.0.0.0 ?
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems that this issue has been fixed at some point either by some GRASS changes or changes in wxPython. Closing for now. If someone still can reproduce with more recent version, just reopen it.
Tested with wxPython: 3.0.2.0 GRASS version: 7.1.svn 64677M on ~AMD64 GNU/Linux.
Replying to marisn:
This is a different issue but the same result.
Yes, it is related. What puzzles me is that when you run d.vect from terminal, the layers are there correctly. The problem is that the layers are not updated but I have no clue what's going on so far.