diff --git a/SpeckleLib/Speckle/Environment/Host.cpp b/SpeckleLib/Speckle/Environment/Host.cpp index 0ee061a..6046af7 100644 --- a/SpeckleLib/Speckle/Environment/Host.cpp +++ b/SpeckleLib/Speckle/Environment/Host.cpp @@ -63,13 +63,13 @@ void Host::zoomToFit(bool isSelectionOnly) const { #ifdef ARCHICAD if (isSelectionOnly) #ifdef ServerMainVers_2700 - ACAPI_View_Zoom(); + ACAPI_View_ZoomToSelected(); #else ACAPI_Automate(APIDo_ZoomToSelectedID); #endif else #ifdef ServerMainVers_2700 - ACAPI_View_ZoomToSelected(); + ACAPI_View_Zoom(); #else ACAPI_Automate(APIDo_ZoomID); #endif