X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectsingle.cpp;h=33792d3998515dc86dcb1667b8569892a95c9bd5;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=507b11cae4037d8a3e4f0c0040954fb602d29153;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionselectsingle.cpp b/src/actions/rs_actionselectsingle.cpp index 507b11c..33792d3 100644 --- a/src/actions/rs_actionselectsingle.cpp +++ b/src/actions/rs_actionselectsingle.cpp @@ -53,7 +53,7 @@ void RS_ActionSelectSingle::keyPressEvent(QKeyEvent * e) void RS_ActionSelectSingle::mouseReleaseEvent(QMouseEvent * e) { - if (RS2::qtToRsButtonState(e->button()) == RS2::RightButton) + if (e->button() == Qt::RightButton) init(getStatus() - 1); else {