Raise FIND window on CTRL-F

svn: r1476
This commit is contained in:
Don Allingham 2003-04-23 02:57:38 +00:00
parent aac04be5c8
commit d428ff7e9c

View File

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