Summary: | Bad layer selection error | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Dockers | Assignee: | pentalis |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | dimula73, halla, sven.langkamp |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
animtim
2011-04-09 16:55:46 UTC
Could you try this bug with a new version of Krita? I've just merged the branch there. Yes it looks like this issue is fixed (cool!) , but move-up/down-layer icons aren't refreshed correctly, which is less dangerous but still bad. Looks like the arrows are not updated for Group layers and their content only, right? No, I noticed it with simply two bitmap layers, no groups. to reproduce (always reproducible): Create a new layer on top of Layer 1, then select Layer 1 : the "Move layer down" button is available but not the move up (it should be the contrary) then select Layer 2: the "Move layer up" button is available but not the move down (it should be the contrary) Pentalis is going to hack on this. I think Bug 273560 is a duplicate of this one, same "previously selected layer infos" thing but for blend mode and opacity. (I knew I already reported this before ;) ) Git commit a76369188f12c4bd22eee0bd82b65bc70656c34a by José Luis Vergara. Committed on 11/06/2011 at 18:22. Pushed by jlvergara into branch 'master'. Temporary bug fix of the Krita layerbox to let artists paint with the master branch o Minimal bugfix, good for the user, but probably not correct from a coder's point of view. o It will be replaced by a more correct bugfix later (unless this was actually the most correct way to fix it). BUG:270510 BUG:273560 M +3 -1 krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp http://commits.kde.org/calligra/a76369188f12c4bd22eee0bd82b65bc70656c34a |