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 c6d2f44
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 @@ -3289,6 +3289,7 @@ def update(self):

def OnOK(self, event):
self.update()
self.OnClose(event)
event.Skip()


Expand Down

0 comments on commit c6d2f44

Please sign in to comment.