Howdy, Stranger!

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

In this Discussion

Fix Inplace-Edit ElTree

procedure TElTreeView.DoEditItem(Item: TElTreeItem; SectionNum: integer);

  if Editor = nil then
    exit
  else
  begin
    Editor.Font.Assign(Font);  // Set Font, otherwise wrong font is used

Comments

Sign In or Register to comment.