steps to reproduce: 1. select the smart patch tool 2. select the freehand brush tool expected: The brush size slider to be active result: the brush size slider is disabled
I can confirm it, but for me this happens as soon as I open Krita, the bar looks active but as soon as I touch the tablet (first stroke) regardless of the tool, the bar gets disabled. The Smart Patch Tool is the only one where the slider is active, thus I don't need to select it first to trigger the behavior as Scott's steps. Side note, also the tooltip for this tool has some odd characters at the end of the name. specs: master build, archlinux, plasma, nvidia.
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.)
Should be fixed with https://phabricator.kde.org/D5907
I am gonna close this then.
Is this fix in the master? because I can reproduce it in master and I couldn't find the commit regarding this in the master
Git commit 3d7bf514427e0e50e8368cc43da4cbfff977280a by Allen Marshall. Committed on 31/05/2017 at 18:54. Pushed by allenmarshall into branch 'master'. Merge local branch 'bug-toolsize' Differential Revision: https://phabricator.kde.org/D5907 https://commits.kde.org/krita/3d7bf514427e0e50e8368cc43da4cbfff977280a