What does General→Color picker affect?
What does General→Color picker affect?
I've disabled everything there and whenever in the "Editor" I double click on the "Background color" I still see the default macOS color picker with all the modes and the latest I've worked with preselected
- forum_adm
- Site Admin
- Posts: 1712
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: What does General→Color picker affect?
That affect only properties of the Apple color picker.
The picker is automatically displayed by the macOS for color fields.
The picker is automatically displayed by the macOS for color fields.
Re: What does General→Color picker affect?
But then why do I not see any effect?
The config only has "Crayons" selected but the picker shows a wheel and everything else, and the drop-down list has everything as well What am I missing?
The config only has "Crayons" selected but the picker shows a wheel and everything else, and the drop-down list has everything as well What am I missing?
- forum_adm
- Site Admin
- Posts: 1712
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: What does General→Color picker affect?
I just set the options of the Apple color picker. The actual display depends onto the macOS.
- forum_adm
- Site Admin
- Posts: 1712
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: What does General→Color picker affect?
I set the mask for the modes with the method [NSColorPanel setPickerMask:…]
So, looks like an Apple bug in the toolbox.
So, looks like an Apple bug in the toolbox.
Re: What does General→Color picker affect?
Oh, ok, it's a bit more clear now. So then my initial understanding was correct — these settings are supposed to change the behavior of the system default color picker, but then they just don't due to some API bug or something