Raise parent after tooltip windows is shown

This commit is contained in:
HomeWorld
2012-03-18 20:12:42 +02:00
parent 2a262e447a
commit 9666276cb0

View File

@@ -731,7 +731,7 @@ class PFToolTipWindow(wx.Frame):
if showWnd:
wx.Frame.Show(self, showWnd)
self.Enable()
# self.RaiseParent()
self.RaiseParent()
self.direction = 1
self.timer.Start(10)
else: