• Craig Watson's avatar
    Corrected stroke movement · 2c5793b5
    Craig Watson authored
    - When clicking a stroke, they aren't moved immediately anymore; a
    certain drag distance is necessary, which makes it easy (again) to
    select a stroke with a stylus (which tends to move a little as it is
    clicked, hence the problem).
    
    - Removed duplicate code; the movement is now managed by
    QGraphicsItemGroup::mouseMoveEvent. This prevents use of the transform()
    method to get the stroke's transformation matrix; so sceneTransform() is
    used instead when copying a strokes group.
    
    - Also fixed an oversight in UBBoardView: Media items couldn't be moved
    directly anymore.
    2c5793b5
Name
Last commit
Last update
..
UBBoardController.cpp Loading commit data...
UBBoardController.h Loading commit data...
UBBoardPaletteManager.cpp Loading commit data...
UBBoardPaletteManager.h Loading commit data...
UBBoardView.cpp Loading commit data...
UBBoardView.h Loading commit data...
UBDrawingController.cpp Loading commit data...
UBDrawingController.h Loading commit data...
UBFeaturesController.cpp Loading commit data...
UBFeaturesController.h Loading commit data...
board.pri Loading commit data...