Commit 29a36c46 authored by Claudio Valerio's avatar Claudio Valerio

hand tool behavior is correct. Fixed issue: 67

parent f9fc2768
...@@ -1084,7 +1084,7 @@ void UBBoardView::mouseMoveEvent (QMouseEvent *event) ...@@ -1084,7 +1084,7 @@ void UBBoardView::mouseMoveEvent (QMouseEvent *event)
switch (currentTool) { switch (currentTool) {
case UBStylusTool::Hand : { case UBStylusTool::Hand : {
if (!mMouseButtonIsPressed && mTabletStylusIsPressed) { if (!mMouseButtonIsPressed && !mTabletStylusIsPressed) {
break; break;
} }
QPointF eventPosition = event->posF (); QPointF eventPosition = event->posF ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment