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 0e7a490e38
commit a316d96ea7

View file

@ -934,6 +934,7 @@
case "changeBrushHand":
Settings.setValue("currentDrawingHand", event.DrawingHand == "left");
_isLeftHandDominant = event.DrawingHand == "left";
_isTabletFocused = false;
updateHandAnimations();
break;