Summary: | text tool modification doesn't allow to delete content from the layer | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | eduardelriceam |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version: | 2.8.2 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/8d6500b10847102bffd3cea7f816ed8a9577902d | Version Fixed In: | |
Sentry Crash Report: |
Description
eduardelriceam
2014-05-20 18:24:57 UTC
The issue isn't that you need to make a stroke, but that on activating the paint layer, the vector object manipulation tool is still active, and it doesn't forward the delete action correctly. It's enough to press 'b' to activate the brush tool. Still, it's confusing and annoying. Git commit 8d6500b10847102bffd3cea7f816ed8a9577902d by Boudewijn Rempt. Committed on 29/01/2015 at 12:17. Pushed by rempt into branch 'calligra/2.9'. On switching to a vector layer, if the current tool doesn't work on vector layers, switch to the interaction tool, and on switching to a pixel layer, if the current tool doesn't work on a pixel layer, switch to the freehand brush. It might be possible to do this more neatly by having different shape activation id's, but that's a huge can of worms. M +30 -2 krita/ui/kis_node_manager.cpp http://commits.kde.org/calligra/8d6500b10847102bffd3cea7f816ed8a9577902d |