Summary: | Setting blending mode from within brush settings requires two clicks | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Spencer Brown <sbrown655> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version: | 2.8.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Path to brush setting |
This is probably because the wrong signal is used. There's "activated" which depending on the desktop/KDE setting is single or double click. I'd say, check kis_compositeop_option.cpp for SIGNAL(activated()) and fix the bug :P |
Created attachment 86123 [details] Path to brush setting I was having trouble figuring out why the blending mode for the brush wasn't changing while I was trying to change it from within the brush settings. Turns out you have to double click the name of the blending mode. In other places where we select blending modes, a single click is all that's needed since they're just dropdown menus. I think we should have a single click to select the blending mode in the brush settings.