diff --git a/src/kits/interface/View.cpp b/src/kits/interface/View.cpp index 4a0fbf8f23..1d87fbbd01 100644 --- a/src/kits/interface/View.cpp +++ b/src/kits/interface/View.cpp @@ -2241,6 +2241,8 @@ BView::SetFont(const BFont* font, uint32 mask) fState->UpdateServerFontState(*fOwner->fLink); } + + // TODO: InvalidateLayout() here for convenience? }