Skip to content

Commit

Permalink
wx.metadata/g.gui.metadata.py: remove calling non exist method
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Jul 2, 2020
1 parent 7d18fb0 commit 0a6f789
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -451,7 +451,6 @@ def onExportCSW(self, evt):
dbSizer = wx.BoxSizer(wx.VERTICAL)
dbSizer.Add(self.cswPanel, flag=wx.EXPAND, proportion=1)
self.cswDialog.SetSizer(dbSizer)
self.cswDialog.SetBestFittingSize()
self.cswDialog.ShowModal()
self.cswDialog.Destroy()

Expand Down

0 comments on commit 0a6f789

Please sign in to comment.