X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoompan.cpp;h=c2f028008844fc5af86303ff74a89368c7fc9d69;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=7aa3a42a6903067d8a4d72c70a1a48f0b561b017;hpb=1f0d096a7fc370ff02477f3860beae2669bf8903;p=architektonas diff --git a/src/actions/actionzoompan.cpp b/src/actions/actionzoompan.cpp index 7aa3a42..c2f0280 100644 --- a/src/actions/actionzoompan.cpp +++ b/src/actions/actionzoompan.cpp @@ -18,10 +18,11 @@ #include "graphicview.h" -ActionZoomPan::ActionZoomPan(RS_EntityContainer & container, GraphicView & graphicView): +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); }