Revert "Raise parent after tooltip windows is shown"

This reverts commit 9666276cb0.
This commit is contained in:
DarkPhoenix
2012-03-19 15:36:14 +04:00
parent 753e0d1360
commit 41cf39d43e

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: