]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyrotate.cpp
Scrubbed out all references to RS2::qtToRsButton(). Gone!
[architektonas] / src / actions / rs_actionmodifyrotate.cpp
index 77c102bf1a44d2f80fe4aecbed8052e553325441..224a07e18a852d62896acf726aa1464b1bf351f4 100644 (file)
@@ -65,12 +65,12 @@ void RS_ActionModifyRotate::mouseMoveEvent(QMouseEvent * e)
 
 void RS_ActionModifyRotate::mouseReleaseEvent(QMouseEvent * e)
 {
-       if (RS2::qtToRsButtonState(e->button()) == RS2::LeftButton)
+       if (e->button() == Qt::LeftButton)
        {
                Vector ce(snapPoint(e));
                coordinateEvent(&ce);
        }
-       else if (RS2::qtToRsButtonState(e->button()) == RS2::RightButton)
+       else if (e->button() == Qt::RightButton)
        {
                deletePreview();
                deleteSnapper();