]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlinebisector.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actiondrawlinebisector.cpp
index eb7172715d8e1e1b793e434c8a42b8281bed76ea..7ed8b19ad0a93cab4920f6704291a5b8a2202242 100644 (file)
@@ -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()