[krita] [Bug 461631] Whenever I click on customised Inc 25 brush (on a main screen, in settings), Krita immediately crashes. So, I can’t remove or change this brush in any way.

Freya Lupen bugzilla_noreply at kde.org
Wed Nov 9 16:17:01 GMT 2022


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

Freya Lupen <penguinflyer2222 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |penguinflyer2222 at gmail.com

--- Comment #5 from Freya Lupen <penguinflyer2222 at gmail.com> ---
For some reason KisPropertiesConfiguration::getCubicCurve "SizecommonCurve"
tries to create a curve from an empty string (QVariant(QString, "")), then
Krita crashes trying to read the nonexistent points from this curve (in
KisCurveWidget::Private::syncIOControls).
For reference the brush XML contains this value:
> <param type="string" name="SizecommonCurve"><![CDATA[0,0.0839732;0.311943,0.311038;0.65,0.728643;0.85,0.884422;0.99,0.79397;]]></param>

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



More information about the kde-mac mailing list