Fix tablet loosing focus (from the drawing hand) when switching hands.

This commit is contained in:
Artur Gomes 2017-08-08 14:15:26 +01:00
parent 482924266c
commit b41ef08428

View file

@ -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;