Raise FIND window on CTRL-F
svn: r1476
This commit is contained in:
parent
aac04be5c8
commit
d428ff7e9c
@ -125,6 +125,7 @@ class FindBase:
|
||||
return 1
|
||||
|
||||
def show(self):
|
||||
self.top.window.raise_()
|
||||
self.top.show()
|
||||
|
||||
def on_next_clicked(self,obj):
|
||||
|
Loading…
Reference in New Issue
Block a user