Invalidate layout, when the font changes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21191 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-05-21 17:45:58 +00:00
parent 8dbedf907b
commit f856bb2838
+2
View File
@@ -2129,6 +2129,8 @@ BView::SetFont(const BFont* font, uint32 mask)
fState->font_flags |= mask;
InvalidateLayout();
if (fOwner) {
check_lock();
do_owner_check();