[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdenlive] src/dialogs: Fix render dialog focus on currently selected profile
From:       Kamal Mostafa <kamal () whence ! com>
Date:       2016-02-29 23:54:58
Message-ID: E1aaXeU-0007n6-Pa () scm ! kde ! org
[Download RAW message or body]

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 = 0;
     if (!profile.isEmpty()) {
-        QList <QTreeWidgetItem *> items = m_view.formats->findItems(profile, \
Qt::MatchExactly); +        QList <QTreeWidgetItem *> items = \
m_view.formats->findItems(profile, Qt::MatchExactly | Qt::MatchRecursive);  if \
(!items.isEmpty())  if (!category.isEmpty())
                 foreach(item, items)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic