mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:17:01 +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":
|
case "changeBrushHand":
|
||||||
Settings.setValue("currentDrawingHand", event.DrawingHand == "left");
|
Settings.setValue("currentDrawingHand", event.DrawingHand == "left");
|
||||||
_isLeftHandDominant = event.DrawingHand == "left";
|
_isLeftHandDominant = event.DrawingHand == "left";
|
||||||
|
_isTabletFocused = false;
|
||||||
updateHandAnimations();
|
updateHandAnimations();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue