X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoompan.cpp;h=c2f028008844fc5af86303ff74a89368c7fc9d69;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=74b3d824b4d0036f2fa044c76361858f5e796626;hpb=16354e0421b316a62c6b9f7b0b4f3b8cf6f06284;p=architektonas diff --git a/src/actions/actionzoompan.cpp b/src/actions/actionzoompan.cpp index 74b3d82..c2f0280 100644 --- a/src/actions/actionzoompan.cpp +++ b/src/actions/actionzoompan.cpp @@ -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); }