From ce3ae7ecb9bfd9a879ee0142abd77538817e3151 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 27 Oct 2010 16:28:09 +0300 Subject: [PATCH] Revert "Fix attempt for wxgtk overzealousness" This reverts commit e5fc402565cb64f4d5c72aa34a55fcfe3711a2de. --- gui/shipBrowser.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 2bf14618e..a29d63328 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -556,12 +556,8 @@ class CategoryItem(wx.Window): wx.PostEvent(self.shipBrowser,Stage2Selected(categoryID=categoryID)) def enterW(self,event): - mposx,mposy = self.Parent.ScreenToClient(wx.GetMousePosition()) - iposx,iposy = self.GetPosition() - iwidth, iheight = self.GetSize() - if mposy >= iposy and mposy