X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectcontour.cpp;h=9f98a062f5074f8a8ec38768d8f91d6bdafe1f19;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=378a905c2ce138d1adab73d59021bb1331c2c42d;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionselectcontour.cpp b/src/actions/rs_actionselectcontour.cpp index 378a905..9f98a06 100644 --- a/src/actions/rs_actionselectcontour.cpp +++ b/src/actions/rs_actionselectcontour.cpp @@ -56,7 +56,7 @@ void RS_ActionSelectContour::trigger() void RS_ActionSelectContour::mouseReleaseEvent(QMouseEvent * e) { - if (RS2::qtToRsButtonState(e->button()) == RS2::RightButton) + if (e->button() == Qt::RightButton) init(getStatus() - 1); else {