Give focus back to parent after the dragwindow is shown

This commit is contained in:
HomeWorld
2010-11-10 21:25:11 +02:00
parent ee4d1e451a
commit 576d07297b

View File

@@ -1306,6 +1306,7 @@ class PFBitmapFrame(wx.Frame):
def Show(self, showWnd = True):
if showWnd:
wx.Frame.Show(self, showWnd)
self.Parent.SetFocus()
self.direction = 1
self.timer.Start(5)
else: