SourceEdit: Starting (alpha): show current class/proc header even if scrolled out / missing ifdef

git-svn-id: trunk@34882 -
This commit is contained in:
martin 2012-01-22 23:48:15 +00:00
parent 35b557a7f0
commit 0cba1e4dbe

View File

@ -497,7 +497,9 @@ end;
destructor TIDESynEditor.Destroy;
begin
inherited Destroy;
{$IFDEF WithSynInfoView}
FreeAndNil(FTopInfoDisplay);
{$ENDIF}
end;
function TIDESynEditor.TextIndexToViewPos(aTextIndex: Integer): Integer;