Git commit dc158e1b13ca532944258b175ba3406e5cfc4574 by Kamal Mostafa. Committed on 29/02/2016 at 23:07. Pushed by mardelle into branch 'master'. Fix render dialog focus on currently selected profile M +1 -1 src/dialogs/renderwidget.cpp http://commits.kde.org/kdenlive/dc158e1b13ca532944258b175ba3406e5cfc4574 diff --git a/src/dialogs/renderwidget.cpp b/src/dialogs/renderwidget.cpp index db13a48..da5fec4 100644 --- a/src/dialogs/renderwidget.cpp +++ b/src/dialogs/renderwidget.cpp @@ -892,7 +892,7 @@ void RenderWidget::focusFirstVisibleItem(const QString = &profile, const QString & { QTreeWidgetItem *item =3D 0; if (!profile.isEmpty()) { - QList items =3D m_view.formats->findItems(prof= ile, Qt::MatchExactly); + QList items =3D m_view.formats->findItems(prof= ile, Qt::MatchExactly | Qt::MatchRecursive); if (!items.isEmpty()) if (!category.isEmpty()) foreach(item, items)