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