Bug 342699 - Opacity parameter lock automatically locks flow as well.
Summary: Opacity parameter lock automatically locks flow as well.
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Brush engines (show other bugs)
Version: 2.9 Beta
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-10 15:39 UTC by wolthera
Modified: 2016-08-23 16:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch to separate flow and opacity some more (9.93 KB, patch)
2015-01-29 14:04 UTC, Halla Rempt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolthera 2015-01-10 15:39:12 UTC
This is to be expected after the flow-opacity separation.

Reproducible: Always

Steps to Reproduce:
1. Lock opacity.
2. Switch brush
3. Go back to brush-settings to find flow locked as well.
Comment 1 Halla Rempt 2015-01-29 13:09:11 UTC
Yes, I can confirm.
Comment 2 Halla Rempt 2015-01-29 14:04:14 UTC
Created attachment 90787 [details]
patch to separate flow and opacity some more

Could you check whether this patch breaks flow or opacity? (Or both...)
Comment 3 Halla Rempt 2015-01-29 14:51:07 UTC
Git commit 97271f845320452a0a96da4f1a3cefaaeec6113d by Boudewijn Rempt.
Committed on 29/01/2015 at 14:08.
Pushed by rempt into branch 'calligra/2.9'.

M  +4    -3    krita/plugins/paintops/defaultpaintops/brush/kis_brushop.cpp
M  +1    -1    krita/plugins/paintops/defaultpaintops/brush/kis_brushop.h
M  +7    -20   krita/plugins/paintops/libpaintop/kis_pressure_flow_opacity_option.cpp
M  +3    -6    krita/plugins/paintops/libpaintop/kis_pressure_flow_opacity_option.h
M  +3    -3    krita/plugins/paintops/libpaintop/kis_pressure_flow_opacity_option_widget.cpp
M  +24   -3    krita/plugins/paintops/libpaintop/kis_pressure_flow_option.cpp
M  +11   -2    krita/plugins/paintops/libpaintop/kis_pressure_flow_option.h

http://commits.kde.org/calligra/97271f845320452a0a96da4f1a3cefaaeec6113d
Comment 4 Halla Rempt 2015-02-02 15:07:40 UTC
This broke flow :-(
Comment 5 Halla Rempt 2016-08-23 16:18:00 UTC
Fixed...