Shipbrowser content is refreshed after an import is done

This commit is contained in:
HomeWorld
2010-11-02 22:44:00 +02:00
parent e0624b3d7d
commit 0b3d1d0e2a

View File

@@ -186,7 +186,7 @@ class MainFrame(wx.Frame):
if importCount == 1:
if self.getActiveFit() != fitIDs[0]:
wx.PostEvent(self, FitSelected(fitID=fitIDs[0]))
self.shipBrowser.RefreshContent()
def showExportDialog(self, event):
dlg=wx.FileDialog(
self,