Bug 333485

Summary: Setting blending mode from within brush settings requires two clicks
Product: [Applications] krita Reporter: Spencer Brown <sbrown655>
Component: UsabilityAssignee: 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:
Attachments: Path to brush setting

Description Spencer Brown 2014-04-16 01:57:14 UTC
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.
Comment 1 Halla Rempt 2014-05-03 09:57:29 UTC
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