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

--- Comment #2 from Timo Gurr <timo.g...@gmail.com> ---
(In reply to Halla Rempt from comment #1)
> It would be better to build without so many packages disabled... You're
> definitely going to run into trouble. I suspect that this patch will fix the
> issue, but I am not going to create a build like yours to test this out:
> 
> diff --git a/libs/widgets/KisVisualColorSelector.cpp
> b/libs/widgets/KisVisualColorSelector.cpp
> index 8cb62bc2fb..c2f5c5689d 100644
> --- a/libs/widgets/KisVisualColorSelector.cpp
> +++ b/libs/widgets/KisVisualColorSelector.cpp
> @@ -94,8 +94,9 @@ void KisVisualColorSelector::slotSetColorSpace(const
> KoColorSpace *cs)
>          const KoColorSpace *csNew = cs;
>  
>          // PQ color space is not very suitable for selecting colors,
> substitute with linear one
> -        if (cs->colorModelId() == RGBAColorModelID &&
> -            cs->profile()->uniqueId() ==
> KoColorSpaceRegistry::instance()->p2020PQProfile()->uniqueId()) {
> +        if (cs->colorModelId() == RGBAColorModelID
> +                && KoColorSpaceRegistry::instance()->p2020PQProfile() &&
> +                cs->profile()->uniqueId() ==
> KoColorSpaceRegistry::instance()->p2020PQProfile()->uniqueId()) {
>  
>              csNew = KoColorSpaceRegistry::instance()->
>                      colorSpace(RGBAColorModelID.id(),
> Float32BitsColorDepthID.id(),
> 
> Please check whether this works.

Thanks for the immediate nearly instant help, you're awesome! Sorry that I
couldn't get back to you as fast as you came up with the patch, Krita takes a
while to compile on my machine(s). I can confirm that the patch you've provided
fixes the issue.

I disabled as much as I could for testing purposes, however as Exherbo is a
source-based distribution like Gentoo we offer a few options to enable/disable
optional features on compile-time.

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

Reply via email to