Switch to side-by-side view
--- a/src/qtgui/confgui/confgui.cpp +++ b/src/qtgui/confgui/confgui.cpp @@ -410,7 +410,7 @@ m_lb->findItems(s, Qt::MatchFixedString|Qt::MatchCaseSensitive); if (m_lb->selectionMode() == QAbstractItemView::SingleSelection && !items.empty()) - (*items.begin())->setSelected(TRUE); + m_lb->setCurrentItem(*items.begin()); listToConf(); } }