Diffusion Krita c17ed2740971

Patch for the Bug 352869 shade selector indicator

Authored by natalynovak on Mar 14 2016, 7:09 AM.

Description

Patch for the Bug 352869 shade selector indicator

For minimal shade selector, this patch adds indications of the first
color, and the one that is now selected.

BUG:352869
Differential revision: https://phabricator.kde.org/D1030

Details

Committed
dkazakovMar 14 2016, 7:10 AM
Differential Revision
D1030: Patch for the Bug 352869 shade selector indicator
Parents
R37:1cebfef4a8e7: Add more space in paintop settings lists
Branches
Unknown
Tags
Unknown
fazek added a subscriber: fazek.EditedMar 14 2016, 3:06 PM

I have a problem with Krita now... after pulled your commit c17ed27409710a87cea1e7f74015873967095baf, it seems the program uses 100% CPU even in idle after startup, without any documents. As I see it refreshes the KisShadeSelectorLine widget again and again without any reason.

Maybe this problem is related to your patch, so please check what's happening. Perhaps the emit update() call in line 189 causes an infinite loop.