Improve scaling radius with pen

This commit is contained in:
luboslenco
2020-02-12 01:07:57 +01:00
parent f6cc7f7c39
commit 6788401455
+1 -1
View File
@@ -533,7 +533,7 @@ class UITrait {
if (Operator.shortcut(Config.keymap.brush_radius) ||
Operator.shortcut(Config.keymap.brush_opacity)) {
brushCanLock = true;
mouse.lock();
if (!Input.getPen().connected) mouse.lock();
lockStartedX = mouse.x;
lockStartedY = mouse.y;
}