Skip to content

Commit

Permalink
wxGUI/psmap: fix close vector map properties dialog after hit OK button
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Jul 14, 2023
1 parent e225508 commit 9763ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/wxpython/psmap/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3290,6 +3290,7 @@ def update(self):
def OnOK(self, event):
self.update()
event.Skip()
self.Destroy()


class LegendDialog(PsmapDialog):
Expand Down

0 comments on commit 9763ed3

Please sign in to comment.