Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Fix ElPack (ElTree.pas)

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

Sign In or Register to comment.