On Android, default to TouchGesture for Kinetic Scrolling
Previously, the default for KineticScrollingGesture was MiddleMouseButtonGesture. This commit changes the default to TouchGesture on Android and leaves MiddleMouseButtonGesture on other platforms.
Test Plan
Given the 'KineticScrollingGesture' option is not present in kritarc
And Krita is running
When the user opens Settings -> Configure Krita, section 'General', tab 'Tools'
Then Kinetic Scrolling is set to <gesture> on <platform>
| gesture | platform |
----------------------
| On Middle Click Drag | Linux, Windows, OS X |
| On Touch Drag | Android |
Formalities Checklist
-
I confirmed this builds. -
I confirmed Krita ran and the relevant functions work. - [] I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
-
I made sure my commits build individually and have good descriptions as per KDE guidelines. -
I made sure my code conforms to the standards set in the HACKING file. -
I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.
Edited by Anna Medonosová