Summary: | Win-10 crashes when 4.1.0 pre-alpha Window Layouts tool used | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ahab Greybeard <ahab.greybeard> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | joupent |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/a318e3f9491f773d09c452b1b3681f71d3152009 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ahab Greybeard
2018-04-09 14:24:11 UTC
Git commit a318e3f9491f773d09c452b1b3681f71d3152009 by Jouni Pentikäinen. Committed on 20/04/2018 at 11:18. Pushed by jounip into branch 'master'. Fix crash when switching to a window layout with "show image in all windows" enabled M +2 -2 libs/ui/KisView.cpp M +2 -0 libs/ui/KisWindowLayoutManager.cpp M +4 -0 libs/ui/KisWindowLayoutResource.cpp https://commits.kde.org/krita/a318e3f9491f773d09c452b1b3681f71d3152009 I have fixed a bug, which is likely behind the crashes you describe. If the crash still occurs after this fix, please reopen the report. 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 474396 Original bug whose fix caused the issue: M +2 -2 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/-/commit/95a2e1a8b70410e0381274d13cd78ea7df486acc 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 474396 Original bug whose fix caused the issue: M +2 -2 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/-/commit/1c0f18bc706889a9e02183e462fd37cf4f7e1d3c |