Zoom and zoom-to-selection reversed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user