UI: fix redundant scrolling in the redo panel

This commit is contained in:
Campbell Barton 2018-06-15 21:05:49 +02:00
parent 0ff87e3a60
commit 469408de72
Notes: blender-bot 2023-02-14 09:33:11 +01:00
Referenced by issue #55477, Redo region (HUD) shows scroll bars when no scrolling is needed
1 changed files with 1 additions and 0 deletions

View File

@ -2090,6 +2090,7 @@ void ED_region_panels_layout_ex(
ar->sizey = size_dyn[1];
sa->flag |= AREA_FLAG_REGION_SIZE_UPDATE;
}
y = ABS(ar->sizey - 1);
}
}
else if (vertical) {