X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionmodifyentity.cpp;h=63b22998265e4fa73b0110ffe3beb0e01f9a4470;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=051304650c43f5206b6ec02810c0c5d9624beed0;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionmodifyentity.cpp b/src/actions/rs_actionmodifyentity.cpp index 0513046..63b2299 100644 --- a/src/actions/rs_actionmodifyentity.cpp +++ b/src/actions/rs_actionmodifyentity.cpp @@ -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 {