Skip to content

Commit

Permalink
wxGUI AddWSDialog: fix setting output layer name, after selecting ano…
Browse files Browse the repository at this point in the history
…ther layer (#667)
  • Loading branch information
tmszi committed May 30, 2020
1 parent c3307c3 commit 96654ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui/wxpython/web_services/dialogs.py
Expand Up @@ -160,9 +160,7 @@ def _createWidgets(self):
self.settsManager.settingsSaving.connect(self.OnSettingsSaving)

def OnLayerSelected(self, title):

if not self.layerName.GetValue().strip():
self.layerName.SetValue(title)
self.layerName.SetValue(title)

def _doLayout(self):

Expand Down

0 comments on commit 96654ef

Please sign in to comment.