Howdy, Stranger!

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

In this Discussion

Fix ElTree - Incomplete fix was done

See http://forum.lmd.de/discussion/737/fix-eltree/p1

You also have to add a check Editor.HandleAllocated

procedure TElTreeView.Paint;
begin
  ...
  if (Editor <> nil) and Editor.HandleAllocated and IsWindowVisible(Editor.Handle) then
  ...
end;

Comments

Sign In or Register to comment.