Raise FIND window on CTRL-F

svn: r1476
This commit is contained in:
Don Allingham 2003-04-23 02:57:38 +00:00
parent 1ca5a75544
commit 0f2d66125c

View File

@ -125,6 +125,7 @@ class FindBase:
return 1 return 1
def show(self): def show(self):
self.top.window.raise_()
self.top.show() self.top.show()
def on_next_clicked(self,obj): def on_next_clicked(self,obj):