mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 18:09:32 +02:00
SourceEdit: Starting (alpha): show current class/proc header even if scrolled out / missing ifdef
git-svn-id: trunk@34882 -
This commit is contained in:
parent
35b557a7f0
commit
0cba1e4dbe
@ -497,7 +497,9 @@ end;
|
||||
destructor TIDESynEditor.Destroy;
|
||||
begin
|
||||
inherited Destroy;
|
||||
{$IFDEF WithSynInfoView}
|
||||
FreeAndNil(FTopInfoDisplay);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
function TIDESynEditor.TextIndexToViewPos(aTextIndex: Integer): Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user