]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoompan.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actionzoompan.cpp
index 74b3d824b4d0036f2fa044c76361858f5e796626..c2f028008844fc5af86303ff74a89368c7fc9d69 100644 (file)
@@ -21,7 +21,8 @@
 ActionZoomPan::ActionZoomPan(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Zoom Pan", container, graphicView)
 {
-       graphicView.snapper.SetVisible(false);
+//     graphicView.snapper.SetVisible(false);
+       graphicView.SetSnapperVisible(false);
        graphicView.preview.SetVisible(false);
 }