View3d: enabling quadview box would copy view offset, sync to avoid jump

This commit is contained in:
Campbell Barton 2014-02-12 14:08:21 +11:00
parent 38ead88dee
commit 5b0f03323b
Notes: blender-bot 2023-02-14 11:13:24 +01:00
Referenced by issue #38531, Quad view Unexpected Behaviour
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ void ED_view3d_quadview_update(ScrArea *sa, ARegion *ar, bool do_clip)
}
if (rv3d->viewlock & RV3D_BOXVIEW) {
view3d_boxview_copy(sa, ar_sync ? ar_sync : sa->regionbase.last);
view3d_boxview_sync(sa, ar_sync ? ar_sync : sa->regionbase.last);
}
/* ensure locked regions have an axis, locked user views don't make much sense */