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

`g.gui.vdigit`
  • Loading branch information
tmszi committed Jul 21, 2023
1 parent 44e87d8 commit bbdbb9c
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 @@ -870,3 +870,6 @@ def GetSize(self):

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

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

0 comments on commit bbdbb9c

Please sign in to comment.