Skip to content

Commit 339c23f

Browse files
committed
language selection: Fix auto-scrolling position for pre-selected
language.
1 parent 5f86936 commit 339c23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/lib/live-installer/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def build_lang_list(self):
744744
if set_iter:
745745
path = model.get_path(set_iter)
746746
treeview.set_cursor(path)
747-
treeview.scroll_to_cell(path)
747+
treeview.scroll_to_cell(path, None, True, 0.0, 0.0)
748748

749749
def build_kb_lists(self):
750750
''' Do some xml kung-fu and load the keyboard stuffs '''

0 commit comments

Comments
 (0)