]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyrotate2.cpp
Scrubbed out all references to RS2::qtToRsButton(). Gone!
[architektonas] / src / actions / rs_actionmodifyrotate2.cpp
index b62704542d82c6174d3c61f2827bfcd8e8012df5..41912348253889a32db29858bef45e30bedb924a 100644 (file)
@@ -83,12 +83,12 @@ void RS_ActionModifyRotate2::mouseMoveEvent(QMouseEvent * e)
 
 void RS_ActionModifyRotate2::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();