Fix ui row selection on keyboard navigation
This commit is contained in:
parent
76baf9eca0
commit
86848065d1
|
@ -105,6 +105,7 @@ class MainWindow(Gtk.ApplicationWindow):
|
||||||
# focus results
|
# focus results
|
||||||
if self.results_list.get_first_child() != None:
|
if self.results_list.get_first_child() != None:
|
||||||
self.results_list.get_first_child().grab_focus()
|
self.results_list.get_first_child().grab_focus()
|
||||||
|
self.results_list.select_row(self.results_list.get_first_child())
|
||||||
|
|
||||||
if keyval == 113:
|
if keyval == 113:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue