From e37b01b01dab5d57b782cf5cecbd31970416bfff Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 9 Aug 2013 15:50:07 -0400 Subject: [PATCH] Invalidate bitmaps when you change font size --- src/servers/app/decorator/TabDecorator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/servers/app/decorator/TabDecorator.cpp b/src/servers/app/decorator/TabDecorator.cpp index 3029680df3..5cf9fdbb6f 100644 --- a/src/servers/app/decorator/TabDecorator.cpp +++ b/src/servers/app/decorator/TabDecorator.cpp @@ -625,6 +625,8 @@ TabDecorator::_FontsChanged(DesktopSettings& settings, if (updateRegion != NULL) updateRegion->Include(&GetFootprint()); + _InvalidateBitmaps(); + _UpdateFont(settings); _DoLayout();