Skip to content
Snippets Groups Projects
Commit 6a54132e authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

VariableChooser: Fix scrolling on keyboard navigation


Change-Id: Ia5cabc1d9df46129c22f9a84901632de5da3824e
Reviewed-by: default avatarhjk <hjk@theqtcompany.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
parent 23b89f1e
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,8 @@ void VariableTreeView::contextMenuEvent(QContextMenuEvent *ev)
void VariableTreeView::currentChanged(const QModelIndex &current, const QModelIndex &previous)
{
Q_UNUSED(previous);
m_target->updateDescription(current);
QTreeView::currentChanged(current, previous);
}
VariableChooserPrivate::VariableChooserPrivate(VariableChooser *parent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment