Summary: | No save dialog when closing minimized documents in subwindow mode | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | apelsinchoklad |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | dimula73 |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/1c0f18bc706889a9e02183e462fd37cf4f7e1d3c | Version Fixed In: | |
Sentry Crash Report: |
Description
apelsinchoklad
2023-09-11 05:22:55 UTC
I can confirm this bug on Windows. And since it is a data-loss, I will also escalate it to a release_blocker status. This is a regression caused by a318e3f9491f773d09c452b1b3681f71d3152009, which was a bugfix for bug 392930 Git commit 95a2e1a8b70410e0381274d13cd78ea7df486acc by Dmitry Kazakov. Committed on 11/09/2023 at 16:07. Pushed by dkazakov into branch 'krita/5.2'. Don't allow closing hidden document views without confirmation The original fix was supposed to ease the multimonitor layouts somehow, but it seems like the feature is just broken and this check does not really change much. Related: bug 392930 Original bug whose fix caused the issue: M +2 -2 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/-/commit/95a2e1a8b70410e0381274d13cd78ea7df486acc Git commit 74fd46e4238390c20f703a16ea5dde826bfbc747 by Dmitry Kazakov. Committed on 11/09/2023 at 16:07. Pushed by dkazakov into branch 'krita/5.2'. Don't hide already hidden main windows That causes unbalanced show/hide events to be delivered, which is not particularily a bug, but makes our life much more complicated. M +3 -1 libs/ui/KisWindowLayoutResource.cpp https://invent.kde.org/graphics/krita/-/commit/74fd46e4238390c20f703a16ea5dde826bfbc747 Git commit 1c0f18bc706889a9e02183e462fd37cf4f7e1d3c by Dmitry Kazakov. Committed on 11/09/2023 at 16:16. Pushed by dkazakov into branch 'master'. Don't allow closing hidden document views without confirmation The original fix was supposed to ease the multimonitor layouts somehow, but it seems like the feature is just broken and this check does not really change much. Related: bug 392930 Original bug whose fix caused the issue: M +2 -2 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/-/commit/1c0f18bc706889a9e02183e462fd37cf4f7e1d3c Git commit 15f4024296fd720b5c03b7a6f9676bfd71bcf6c0 by Dmitry Kazakov. Committed on 11/09/2023 at 16:16. Pushed by dkazakov into branch 'master'. Don't hide already hidden main windows That causes unbalanced show/hide events to be delivered, which is not particularily a bug, but makes our life much more complicated. M +3 -1 libs/ui/KisWindowLayoutResource.cpp https://invent.kde.org/graphics/krita/-/commit/15f4024296fd720b5c03b7a6f9676bfd71bcf6c0 |