X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomauto.cpp;h=1726ed424dbe0eeaabd6eca32ac28c8401e0264b;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=bc0ee2b8b938b262b6a57edf0b197c9260abe5c7;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomauto.cpp b/src/actions/actionzoomauto.cpp index bc0ee2b..1726ed4 100644 --- a/src/actions/actionzoomauto.cpp +++ b/src/actions/actionzoomauto.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -22,7 +24,7 @@ * @param keepAspectRatio true: keep same zoom value for x/y. * false: adjust both x and y individually */ -ActionZoomAuto::ActionZoomAuto(RS_EntityContainer & container, +ActionZoomAuto::ActionZoomAuto(EntityContainer & container, GraphicView & graphicView, bool keepAspectRatio): ActionInterface("Auto zoom", container, graphicView) {