Summary: | krita crashed when using color to alpha filter | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | adrick <mracheniya> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | freebox64, halla |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krita/fcd64eeafb17e83c78902957846cd648a79b5f0a | Version Fixed In: | |
Sentry Crash Report: |
Description
adrick
2015-03-26 23:13:03 UTC
Sorry, I can't reproduce the issue with Krita 2.9.1 on Ubuntu 14.04 Unity. My steps: 1. hide the current layer 2. insert a new image as layer (by dragging an image on the Krita window) 3. click on the hidden layer in the layerbox to select it 4. (main menu) -> "Filter" -> "Colors" -> "Color to Alpha..." 5. click over the image you see on the canvas, a box pop-up inform that you're on an hidden layer. Close it by clicking "Ok". 6. with the "Color to Alpha" dialog still open, click on the layer with the inserted image, to select it 7. then repeat: (main menu) -> Filters -> Color to Alpha 8. and click over the image you see on the canvas. Hm, I think that the steps to reproduce have little to do with the crash. There's apparently some way to confuse the shortcut matcher system so the assert goes off: I'm not sure why that assert is there, though... Git commit 05acd211695aa67c674e92c0cbeb723a53e8cb7d by Boudewijn Rempt. Committed on 04/11/2015 at 08:01. Pushed by rempt into branch 'calligra/2.9'. If we shouldn't arrive in tryEndRunningShortcut if there is a readyShortcut, check for that condition before calling tryEndRunningShortcut. M +1 -1 krita/ui/input/kis_shortcut_matcher.cpp http://commits.kde.org/calligra/05acd211695aa67c674e92c0cbeb723a53e8cb7d Git commit fcd64eeafb17e83c78902957846cd648a79b5f0a by Boudewijn Rempt. Committed on 04/11/2015 at 08:05. Pushed by rempt into branch 'master'. If we shouldn't arrive in tryEndRunningShortcut if there is a readyShortcut, check for that condition before calling tryEndRunningShortcut. M +1 -1 krita/ui/input/kis_shortcut_matcher.cpp http://commits.kde.org/krita/fcd64eeafb17e83c78902957846cd648a79b5f0a |