https://bugs.kde.org/show_bug.cgi?id=379564

Nicholas LaPointe <nicholaslapoin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |nicholaslapoin...@gmail.com

--- Comment #2 from Nicholas LaPointe <nicholaslapoin...@gmail.com> ---
The bug is caused by the following code from KisPaintopBox::slotToolChanged()
added in commit ec5837d18ab54a678dcdefebd0d0613cb2d1ccb3 ("Healing brush
tool"):
        if (flags & KisTool::FLAG_USES_CUSTOM_SIZE) {
            setWidgetState(ENABLE_SIZE | ENABLE_FLOW);
        } else {
            setWidgetState(DISABLE_SIZE | DISABLE_FLOW);
        }

The only tool setting this flag at the moment is the smart patch tool. (I also
wonder if flow should be disabled here, unless smart patch uses it.)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to