Allow double-click expand in ship-browser

This commit is contained in:
cncfanatics
2010-08-27 21:04:02 +02:00
parent a3e49472be
commit 61a24d1f2f

View File

@@ -104,6 +104,8 @@ class ShipBrowser(wx.Panel):
if type == "fit":
wx.PostEvent(self.mainFrame, FitSelected(fitID=fitID))
event.Skip()
def toggleButtons(self, event):
tree = self.getActiveTree()
root = tree.GetSelection()