* Don't call Invalidate in TBaseVirtualTree.CMFontChanged since is already called by LCL

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1083 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-12-24 12:42:05 +00:00
parent 6adef76705
commit 3cc5d924ae

View File

@ -15223,11 +15223,7 @@ begin
inherited;
if not (csLoading in ComponentState) then
begin
PrepareBitmaps(True, False);
if HandleAllocated then
Invalidate;
end;
HeaderMessage.Msg := CM_PARENTFONTCHANGED;
HeaderMessage.WParam := 0;