Raise parent after tooltip windows is shown
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user