Skip to content

Commit

Permalink
wxGUI/vdidit: fix opening Vector Digitizer settings dialog while edit…
Browse files Browse the repository at this point in the history
…ing vector map (OSGeo#3142)
  • Loading branch information
tmszi authored and landam committed Oct 25, 2023
1 parent a53572b commit 8f2b825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gui_core/gselect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ def InsertColumns(
if key in excludeCols:
self.columns.remove(key)
if type: # only selected column types
for key, value in columnchoices.item():
for key, value in columnchoices.items():
if value["type"] not in type:
try:
self.columns.remove(key)
Expand Down

0 comments on commit 8f2b825

Please sign in to comment.