Skip to content

Commit

Permalink
wxGUI/gcp: fix launch add vector map to group dialog (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Aug 31, 2020
1 parent 1e5c34e commit 29b4b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gcp/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@ def __init__(self, parent, id, grassdb, location, mapset, group,
line = line.replace('\n', '')
if len(line) < 1:
continue
checked.append(line)
checked.append(line.split('@')[0])
self.listMap.SetCheckedStrings(checked)
finally:
f.close()
Expand Down

0 comments on commit 29b4b6e

Please sign in to comment.