Skip to content

Commit

Permalink
Merge pull request #562 from mwhudson/lp-1848016
Browse files Browse the repository at this point in the history
fix crash after keyboard detection
  • Loading branch information
mwhudson authored Oct 14, 2019
2 parents bdfb40a + d2d3e7f commit a469fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/ui/views/keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def found_layout(self, result):
self.form.layout.widget.value = layout
self.select_layout(None, layout)
self.form.variant.widget.value = variant
self._w.base_widget.focus_position = 5
self._w.base_widget.focus_position = 4

def done(self, result):
layout = self.form.layout.widget.value
Expand Down

0 comments on commit a469fc1

Please sign in to comment.