Bug fix:
On screen/area refresh calls the header scroll offset was cleared too. Probably an old remainder of early 2.5 coding. Should be not needed so much.
This commit is contained in:
@@ -1847,7 +1847,6 @@ void ED_region_header(const bContext *C, ARegion *ar)
|
||||
|
||||
void ED_region_header_init(ARegion *ar)
|
||||
{
|
||||
ar->v2d.flag &= ~V2D_IS_INITIALISED;
|
||||
UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_HEADER, ar->winx, ar->winy);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user