https://bugs.kde.org/show_bug.cgi?id=472109
Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/kphotoalbum/-/commit/7 | |36882a98da8fefc56b7f3c4a2d2 | |db68ce00ff67 --- Comment #1 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> --- Git commit 736882a98da8fefc56b7f3c4a2d2db68ce00ff67 by Johannes Zarl-Zierl. Committed on 09/07/2023 at 22:04. Pushed by johanneszarl into branch 'master'. Prevent inconsistent UI when thumbnail model is reset If an action like "Collaps all stacks" is called, the thumbnail model is reset, thus invalidating the selection. Unfortunately, this does not trigger a selectionChanged signal because the selection is reset and not cleared. This would lead to an inconsistent UI, where actions that depend on an existing selection would not be disabled, despite there not being a selection. M +13 -2 DB/ImageInfoList.cpp M +15 -3 ThumbnailView/ThumbnailWidget.cpp https://invent.kde.org/graphics/kphotoalbum/-/commit/736882a98da8fefc56b7f3c4a2d2db68ce00ff67 -- You are receiving this mail because: You are watching all bug changes.