]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/exported-sql-viewer.py
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatchin...
[linux.git] / tools / perf / scripts / python / exported-sql-viewer.py
index 94489cf2ce0ea2ea54253cf618f7f478c021e9d3..6e7934f2ac9a31549cddfd1a669e6cc7f61b613e 100755 (executable)
@@ -400,6 +400,7 @@ class FindBar():
 
        def Activate(self):
                self.bar.show()
+               self.textbox.lineEdit().selectAll()
                self.textbox.setFocus()
 
        def Deactivate(self):
This page took 0.031377 seconds and 4 git commands to generate.