Skip to content

Commit

Permalink
wxGUI/vdigit: fix close frame if Vector Digitizer is run as standalon…
Browse files Browse the repository at this point in the history
…e app (#2456)

`g.gui.vdigit` module.
  • Loading branch information
tmszi committed Sep 26, 2023
1 parent 7d11bb6 commit 779430b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/wxpython/gui_core/mapdisp.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,3 +869,6 @@ def GetSize(self):

def SetSize(self, *args):
self.GetParent().SetSize(*args)

def Close(self):
self.GetParent().Close()

0 comments on commit 779430b

Please sign in to comment.