• 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
resources Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
C++StandardHeaderFile.txt Loading commit data...
COPYRIGHT Loading commit data...
LICENSE Loading commit data...
OpenBoard.iss Loading commit data...
OpenBoard.packproj Loading commit data...
OpenBoard.pro Loading commit data...
README.md Loading commit data...
TEST_OpenBoard_Win32.txt Loading commit data...
buildDebianPackage.sh Loading commit data...
changes_porting_qt5.txt Loading commit data...
release.macx.sh Loading commit data...
release.win7.vc9.bat Loading commit data...