Added comment about possibly invalidating the layout when changing the font.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26421 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-07-15 13:17:52 +00:00
parent 2a739c3115
commit 52daa631a5
+2
View File
@@ -2241,6 +2241,8 @@ BView::SetFont(const BFont* font, uint32 mask)
fState->UpdateServerFontState(*fOwner->fLink);
}
// TODO: InvalidateLayout() here for convenience?
}