In Unit ElTree.Pas, Methode TElTreeView.DoEditItem we have to add a line to get correct font for Editor:
..
begin
// Set Font for Editor to get same font as Tree
Editor.Font.Assign(Font);
if (Section = nil) or (Section.Index = FOwner.FMainTreeCol) then
...
Comments