fix crash after keyboard identification completes

This commit is contained in:
Michael Hudson-Doyle 2018-04-19 09:59:48 +12:00
parent fdd3fae45a
commit 2abec060ee
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ class KeyboardView(BaseView):
layout, variant = result, None
self.form.layout.widget.value = layout
self.form.variant.widget.value = variant
self._w.focus_position = 2
self._w.focus_position = 3
def done(self, result):
layout = self.form.layout.widget.value