Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: snap unselected strokes using pointer tool
- UBBoardView::itemShouldBeMoved handled strokes and text the same - text shall not be moved with the pointer tool in some situations so that the mouse can be used to mark text - this however does not apply to strokes - so for strokes return true regardless of tool and selection state - note: before strokes have been moved anyway, but by using delegation of the event to QGraphicsView - this code branch skipped snapping
- Loading branch information