You've already forked lazarus-ccr
* 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:
@ -15223,11 +15223,7 @@ begin
|
|||||||
inherited;
|
inherited;
|
||||||
|
|
||||||
if not (csLoading in ComponentState) then
|
if not (csLoading in ComponentState) then
|
||||||
begin
|
|
||||||
PrepareBitmaps(True, False);
|
PrepareBitmaps(True, False);
|
||||||
if HandleAllocated then
|
|
||||||
Invalidate;
|
|
||||||
end;
|
|
||||||
|
|
||||||
HeaderMessage.Msg := CM_PARENTFONTCHANGED;
|
HeaderMessage.Msg := CM_PARENTFONTCHANGED;
|
||||||
HeaderMessage.WParam := 0;
|
HeaderMessage.WParam := 0;
|
||||||
|
Reference in New Issue
Block a user