mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:23:38 +02:00
Fix tablet loosing focus (from the drawing hand) when switching hands.
This commit is contained in:
parent
0e7a490e38
commit
a316d96ea7
1 changed files with 1 additions and 0 deletions
|
@ -934,6 +934,7 @@
|
|||
case "changeBrushHand":
|
||||
Settings.setValue("currentDrawingHand", event.DrawingHand == "left");
|
||||
_isLeftHandDominant = event.DrawingHand == "left";
|
||||
_isTabletFocused = false;
|
||||
updateHandAnimations();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue