Of course it still needs to invalidate, d'oh. If the size isn't changed because
of invalidating the layout, we still need to draw... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30192 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -298,6 +298,7 @@ BStringView::SetFont(const BFont* font, uint32 mask)
|
|||||||
{
|
{
|
||||||
BView::SetFont(font, mask);
|
BView::SetFont(font, mask);
|
||||||
|
|
||||||
|
Invalidate();
|
||||||
InvalidateLayout();
|
InvalidateLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user