Version: (using KDE Devel) Installed from: Compiled sources When using the card-selection dialog and scrolling the one of the listviews the first deck is chosen automatically. The same happens when clicking on one of the scrollbars. Seems like as soon as the deck-listview gets focus it sets a selection. Also I noticed that the listview list doesn't have an initial selection, i.e. the currently selected front/backsides are not selected when I open the dialog.
SVN commit 744900 by apaku: Properly pre-set the selected front/back deck. CCBUG:153445 M +7 -6 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744900
SVN commit 744943 by apaku: Properly pre-set the card deck name for the card dialog CCBUG:153445 M +7 -2 cardmaps.cpp M +8 -16 pwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744943
SVN commit 744959 by apaku: Don't use currentChanged signal, but selectionChanged. The former is also emitted when using the scrollwheel or scrollbars. BUG:153445 M +12 -8 kcarddialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744959