X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawlinebisector.cpp;h=7ed8b19ad0a93cab4920f6704291a5b8a2202242;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=eb7172715d8e1e1b793e434c8a42b8281bed76ea;hpb=16354e0421b316a62c6b9f7b0b4f3b8cf6f06284;p=architektonas diff --git a/src/actions/actiondrawlinebisector.cpp b/src/actions/actiondrawlinebisector.cpp index eb71727..7ed8b19 100644 --- a/src/actions/actiondrawlinebisector.cpp +++ b/src/actions/actiondrawlinebisector.cpp @@ -29,7 +29,7 @@ ActionDrawLineBisector::ActionDrawLineBisector(EntityContainer & container, bisector(NULL), line1(NULL), line2(NULL), length(10.0), number(1), coord1(Vector(false)), coord2(Vector(false)), lastStatus(SetLine1) { - graphicView.snapper.SetVisible(false); + graphicView.SetSnapperVisible(false); } ActionDrawLineBisector::~ActionDrawLineBisector()