X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondimleader.cpp;h=8d625d9d894b16bd019d4990202c455d60b87fe2;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=c1d2aa9ba084c4ba3b5dbb6303e4492dccf66562;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondimleader.cpp b/src/actions/rs_actiondimleader.cpp index c1d2aa9..8d625d9 100644 --- a/src/actions/rs_actiondimleader.cpp +++ b/src/actions/rs_actiondimleader.cpp @@ -121,12 +121,12 @@ void RS_ActionDimLeader::mouseMoveEvent(QMouseEvent * e) void RS_ActionDimLeader::mouseReleaseEvent(QMouseEvent * e) { - if (RS2::qtToRsButtonState(e->button()) == RS2::LeftButton) + if (e->button() == Qt::LeftButton) { Vector ce(snapPoint(e)); coordinateEvent(&ce); } - else if (RS2::qtToRsButtonState(e->button()) == RS2::RightButton) + else if (e->button() == Qt::RightButton) { if (getStatus() == SetEndpoint) {