https://bugs.kde.org/show_bug.cgi?id=361920
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/krit | |a/87a3ba121f23f564ab8147371 | |ae93d9eda05efda Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 87a3ba121f23f564ab8147371ae93d9eda05efda by Dmitry Kazakov. Committed on 06/05/2016 at 10:15. Pushed by dkazakov into branch 'master'. Fix saving when multiple view of the same document are open Basically it happens because the subwindows are removed via deleteLater(), so at first all the windows get closeEvent() and only after that the start destructing itself and, therefore, unregistering themselves from KisPart. Now KisPart just checks if the view is still visible to be counted in the list of views associated with the document. Fixes T2432 M +1 -1 libs/ui/KisPart.cpp http://commits.kde.org/krita/87a3ba121f23f564ab8147371ae93d9eda05efda -- You are receiving this mail because: You are watching all bug changes.