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

Please add following check to the TElTreeView.Paint-Methode:

procedure TElTreeView.Paint;
begin
    ...
     if Assigned(Editor) and Editor.HandleAllocated and IsWindowVisible(Editor.Handle) then  <-- First check if a Editor is assigend
    ....
end;

Comments

Sign In or Register to comment.