You've already forked lazarus-ccr
* Dont invalidate the tree in TVTHeader.SetHeight during loading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -9737,11 +9737,13 @@ begin
|
||||
begin
|
||||
FHeight := Value;
|
||||
if not (csLoading in Treeview.ComponentState) then
|
||||
begin
|
||||
RecalculateHeader;
|
||||
Treeview.Invalidate;
|
||||
UpdateWindow(Treeview.Handle);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
//----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user