https://bugs.kde.org/show_bug.cgi?id=407665
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/ad31625eae8f97 |krita/commit/1b932bd47ad002 |01e5de65b11d79065139ce3741 |02e9d22c37396582c34bd2b4de --- Comment #7 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 1b932bd47ad00202e9d22c37396582c34bd2b4de by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 21/05/2019 at 07:23. Pushed by rempt into branch 'krita/4.2'. One more try to fix restriction for adding masks to the root layer We should not allow adding a mask to normal root layers. It makes painters confused. But for clipboard contents is it perfectly okay, so just add an option for it. It the previous version the check for the presence of a global selection mask was incorrect. Related: bug 397796, bug 407375 BACKPORT:krita/4.2 M +15 -3 libs/image/kis_group_layer.cc M +12 -0 libs/image/kis_image.cc M +12 -0 libs/image/kis_image.h M +1 -0 libs/ui/kis_mimedata.cpp M +5 -2 libs/ui/tool/kis_selection_tool_helper.cpp https://invent.kde.org/kde/krita/commit/1b932bd47ad00202e9d22c37396582c34bd2b4de --- Comment #8 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 421cf05f37c1a1e74173e35d5f405c3f2c09faf1 by Boudewijn Rempt. Committed on 21/05/2019 at 07:23. Pushed by rempt into branch 'krita/4.2'. Revert "Recover forbidding rule for adding masks to the root layer" This reverts commit ad3649935d0a2a7c9b6e4f6fecc421c69e53c3ca. Revert this for now so the builds made during the weekend are not so very broken. Related: bug 407375 M +0 -8 libs/image/kis_group_layer.cc M +0 -12 libs/image/kis_image.cc M +0 -12 libs/image/kis_image.h M +0 -1 libs/ui/kis_mimedata.cpp https://invent.kde.org/kde/krita/commit/421cf05f37c1a1e74173e35d5f405c3f2c09faf1 -- You are receiving this mail because: You are watching all bug changes.