Scroll the list of tweaks when using the keyboard

This commit is contained in:
Kovid Goyal 2013-07-25 16:03:50 +05:30
parent c3301f8cc3
commit a2eb555456

View File

@ -374,6 +374,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
self.changed()
def current_changed(self, current, previous):
self.tweaks_view.scrollTo(current)
tweak = self.tweaks.data(current, Qt.UserRole)
self.help.setPlainText(tweak.doc)
self.edit_tweak.setPlainText(tweak.edit_text)