Summary: | Crash after a drag'n'drop of a group of layers from one subwindows to another | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Layer Stack | Assignee: | Tiar <tamtamy.tymona> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, tamtamy.tymona |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/50168c41f698d9735a5cf57501ed7383591e4ef6 | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2019-05-28 10:25:52 UTC
Does this always happen, or only sometimes? I tried to reproduce with a simple image, but didn't manage yet. Here is how I can reproduce and get a consistent crash on git~master and appimage (Note: Krita needs to be in 'subwindows' mode): 1. Open Krita, Create a new blank document 1. Download https://www.peppercarrot.com/extras/temp/2015-02-09_philosophy_04-open-source.kra, open it in same instance of Krita. 2. Window → Tile (to put the two documents side by side) 3. Drag'n'Drop the layer group "2019_refactor" to the canvas of the blank document. Here it produces a crash on mouse release. True, it is not happening with a regular group (with only paint layers in it) I saw it only now too and I thought it was the case when I reported, sorry about that. Yes, with that file I can confirm the issue. Git commit df5a97efdac6cd08bf4c6d60576c2750c8b4de51 by Agata Cacko. Committed on 09/07/2019 at 18:18. Pushed by tymond into branch 'master'. Fix drag'n'drop of Fill layers between opened files Before this commit, that would result in crash if you drop the layer or the group with the layer on the canvas of another file (in the subwindows mode). This commit contains a fix so now it works as expected. M +1 -0 libs/image/kis_selection_based_layer.cpp https://invent.kde.org/kde/krita/commit/df5a97efdac6cd08bf4c6d60576c2750c8b4de51 Git commit 50168c41f698d9735a5cf57501ed7383591e4ef6 by Boudewijn Rempt, on behalf of Agata Cacko. Committed on 10/07/2019 at 07:49. Pushed by rempt into branch 'krita/4.2'. Fix drag'n'drop of Fill layers between opened files Before this commit, that would result in crash if you drop the layer or the group with the layer on the canvas of another file (in the subwindows mode). This commit contains a fix so now it works as expected. M +1 -0 libs/image/kis_selection_based_layer.cpp https://invent.kde.org/kde/krita/commit/50168c41f698d9735a5cf57501ed7383591e4ef6 |