diff options
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
-rwxr-xr-x | tools/perf/scripts/python/exported-sql-viewer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/exported-sql-viewer.py b/tools/perf/scripts/python/exported-sql-viewer.py index 94489cf2ce0e..6e7934f2ac9a 100755 --- a/tools/perf/scripts/python/exported-sql-viewer.py +++ b/tools/perf/scripts/python/exported-sql-viewer.py | |||
@@ -400,6 +400,7 @@ class FindBar(): | |||
400 | 400 | ||
401 | def Activate(self): | 401 | def Activate(self): |
402 | self.bar.show() | 402 | self.bar.show() |
403 | self.textbox.lineEdit().selectAll() | ||
403 | self.textbox.setFocus() | 404 | self.textbox.setFocus() |
404 | 405 | ||
405 | def Deactivate(self): | 406 | def Deactivate(self): |