https://bugs.kde.org/show_bug.cgi?id=475388
Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/kphotoalbum/-/commit/c | |62626f6c4a5f42fc2518c75aae4 | |665e901f9c33 --- Comment #1 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> --- Git commit c62626f6c4a5f42fc2518c75aae4665e901f9c33 by Johannes Zarl-Zierl. Committed on 09/10/2023 at 22:38. Pushed by johanneszarl into branch 'master'. Discard images from annotation dialog if they are deleted. This makes the annotation dialog behave like one would expect when an image is deleted while being annotated: Old behaviour: deleted images are still present in the annotation dialog, leading to unclear semantics. New behaviour: deleted images are removed from the dialog. The dialog is closed when the last image is deleted. Additionally, this fixes two crashes that are enabled by the old behaviour: Fix a crash when deleting the currently annotated image and then toggling the fullscreen preview in the annotation window (#475387). Fix a crash when deleting the currently annotated image and then pressing delete in the annotation dialog (#475388). Related: bug 475387 M +26 -0 AnnotationDialog/Dialog.cpp M +8 -0 AnnotationDialog/Dialog.h https://invent.kde.org/graphics/kphotoalbum/-/commit/c62626f6c4a5f42fc2518c75aae4665e901f9c33 -- You are receiving this mail because: You are watching all bug changes.