diff --git a/kstars/ekos/focus/focus.cpp b/kstars/ekos/focus/focus.cpp --- a/kstars/ekos/focus/focus.cpp +++ b/kstars/ekos/focus/focus.cpp @@ -1290,6 +1290,12 @@ return; } + // set the tracking box on maxStar + starCenter.setX(maxStar->x); + starCenter.setY(maxStar->y); + starCenter.setZ(subBinX); + syncTrackingBoxPosition(); + // Do we need to subframe? if (subFramed == false && useSubFrame->isEnabled() && useSubFrame->isChecked()) { @@ -1352,7 +1358,6 @@ capture(); } - syncTrackingBoxPosition(); defaultScale = static_cast(filterCombo->currentIndex()); return; }