]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlineparallel.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actiondrawlineparallel.cpp
index f8a473af7c8645f4d98bdcf6552ca3fe0a4433ef..24e8360eeb4c308690b90e0bf3fb320961bde857 100644 (file)
@@ -31,7 +31,7 @@ ActionDrawLineParallel::ActionDrawLineParallel(EntityContainer & container,
        ActionInterface("Draw Parallels", container, graphicView),
        parallel(NULL), distance(1.0), number(1), coord(Vector(false)), entity(NULL)
 {
-       graphicView.snapper.SetVisible(false);
+       graphicView.SetSnapperVisible(false);
 }
 
 ActionDrawLineParallel::~ActionDrawLineParallel()