X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselect.cpp;h=15afb6fbf44b413c7716f292e337febb0b5d07a9;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=88d73b7ec6cc6e2e4b0e126c09aa9ece73b67a4f;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionselect.cpp b/src/actions/rs_actionselect.cpp index 88d73b7..15afb6f 100644 --- a/src/actions/rs_actionselect.cpp +++ b/src/actions/rs_actionselect.cpp @@ -36,7 +36,7 @@ void RS_ActionSelect::init(int status) void RS_ActionSelect::mouseReleaseEvent(QMouseEvent * e) { - if (RS2::qtToRsButtonState(e->button()) == RS2::RightButton) + if (e->button() == Qt::RightButton) init(getStatus() - 1); }