In Canvas Input Settings, if I click the "Restore Defaults" button, it resets the Input Profile to "Clip Studio Paint Compatible". We should reset it to "Krita Default".
*** Bug 490273 has been marked as a duplicate of this bug. ***
Confirmed on 5.3.0-prealpha git 1c2c28d; the input profile does actually reset to Krita Default (color picker is on Ctrl, not Alt), but the combobox claims it's been set to CSP-Compatible, which is still a bug.
Git commit 546851b8ddf2dec4b49cdb444cb233ceba944493 by Halla Rempt. Committed on 04/09/2024 at 08:15. Pushed by rempt into branch 'master'. Block all signals of the profile combobox and the input profile manager, then manually reload only the default shipped profiles and make sure both kritarc and the profile combobox have the right entry selected. M +8 -0 libs/ui/input/config/kis_input_configuration_page.cpp https://invent.kde.org/graphics/krita/-/commit/546851b8ddf2dec4b49cdb444cb233ceba944493
Git commit 96e08749deb022f5c3d60ba9d9d16808076b5220 by Halla Rempt. Committed on 04/09/2024 at 08:16. Pushed by rempt into branch 'krita/5.2'. Block all signals of the profile combobox and the input profile manager, then manually reload only the default shipped profiles and make sure both kritarc and the profile combobox have the right entry selected. (cherry picked from commit 546851b8ddf2dec4b49cdb444cb233ceba944493) M +8 -0 libs/ui/input/config/kis_input_configuration_page.cpp https://invent.kde.org/graphics/krita/-/commit/96e08749deb022f5c3d60ba9d9d16808076b5220
Thank you, Halla! :)