https://bugs.kde.org/show_bug.cgi?id=391614
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Latest Commit|https://commits.kde.org/tel |https://commits.kde.org/tel |lico/406b3cd1655fa053b822a9 |lico/f6d89101ff95cebeb6772f |914ad978e55d0dc3ee |7ecebd084f5b7c6b2f Version Fixed In|3.1.2 |3.2.1 Resolution|--- |FIXED --- Comment #6 from Robby Stephenson <ro...@periapsis.org> --- Git commit f6d89101ff95cebeb6772f7ecebd084f5b7c6b2f by Robby Stephenson. Committed on 06/07/2019 at 23:31. Pushed by rstephenson into branch '3.2'. Fix selection bug when modifying an entry after selection changes Leftover from before the change to a selection model approach, the DetailedListView had a vestigial boolean to determine when to change the selection when adding or modifying an entry. Remove it completely. FIXED-IN: 3.2.1 M +4 -0 ChangeLog M +1 -7 src/detailedlistview.cpp M +0 -1 src/detailedlistview.h M +2 -2 src/entryeditdialog.cpp M +1 -1 src/entryeditdialog.h M +6 -6 src/mainwindow.cpp M +1 -0 src/models/entryselectionmodel.cpp https://commits.kde.org/tellico/f6d89101ff95cebeb6772f7ecebd084f5b7c6b2f -- You are receiving this mail because: You are watching all bug changes.