]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyentity.cpp
Start of bringing back missing forms/dialogs
[architektonas] / src / actions / rs_actionmodifyentity.cpp
index 051304650c43f5206b6ec02810c0c5d9624beed0..63b22998265e4fa73b0110ffe3beb0e01f9a4470 100644 (file)
@@ -66,7 +66,7 @@ void RS_ActionModifyEntity::trigger()
 
 void RS_ActionModifyEntity::mouseReleaseEvent(QMouseEvent * e)
 {
-       if (RS2::qtToRsButtonState(e->button()) == RS2::RightButton)
+       if (e->button() == Qt::RightButton)
                init(getStatus() - 1);
        else
        {