Skip to content

Commit

Permalink
wxGUI WSPropertiesDialog: fix updating ws map layer if map layer chan…
Browse files Browse the repository at this point in the history
…ged (#668)
  • Loading branch information
tmszi committed May 30, 2020
1 parent 96654ef commit 8fc369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/web_services/dialogs.py
Expand Up @@ -757,7 +757,7 @@ def _apply(self):

self.giface.GetLayerTree().GetOptData(dcmd=lcmd,
layer=self.layer,
params=None,
params=True,
propwin=self)

# TODO use just list or tuple
Expand Down

0 comments on commit 8fc369c

Please sign in to comment.