When changing the tab height, also update the layout insets if needed.
Fixes #8374.
This commit is contained in:
parent
4183675895
commit
8f5079af02
@ -1284,10 +1284,8 @@ BTabView::SetTabHeight(float height)
|
||||
if (fTabHeight == height)
|
||||
return;
|
||||
|
||||
fContainerView->MoveBy(0.0f, height - fTabHeight);
|
||||
fContainerView->ResizeBy(0.0f, height - fTabHeight);
|
||||
|
||||
fTabHeight = height;
|
||||
_LayoutContainerView(GetLayout() != NULL);
|
||||
|
||||
Invalidate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user