From b9dfad6b6ba71726f32885ef59bd20bf1bc8a3fe Mon Sep 17 00:00:00 2001 From: Thanos Kamber <36815670+TehThanos@users.noreply.github.com> Date: Mon, 3 May 2021 23:16:22 +0300 Subject: [PATCH] Option invert scrolling direction for brush size (closes #2364) This commit adds the option to invert if the brush size increases or decreases when holding CTRL and scrolling as mentioned in the issue #2364 By default, the previous behavior is kept. --- data/pref.xml | 1 + data/strings/en.ini | 1 + data/widgets/options.xml | 1 + src/app/commands/cmd_options.cpp | 4 ++++ src/app/ui/editor/state_with_wheel_behavior.cpp | 8 +++++++- 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/pref.xml b/data/pref.xml index 98ea133ba..630d0c745 100644 --- a/data/pref.xml +++ b/data/pref.xml @@ -171,6 +171,7 @@