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:
Stephan Aßmus
2009-04-16 09:50:44 +00:00
parent b10020de06
commit 1370f1b69e
+1
View File
@@ -298,6 +298,7 @@ BStringView::SetFont(const BFont* font, uint32 mask)
{
BView::SetFont(font, mask);
Invalidate();
InvalidateLayout();
}