mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
SourcEditor: Fixed compilation, due to misplaced {$EndIf}
git-svn-id: trunk@24182 -
This commit is contained in:
parent
224df20d00
commit
8b3fc5709e
@ -6019,6 +6019,7 @@ begin
|
||||
f.show;
|
||||
ASrcEdit.OtherViewList.Add(f);
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
procedure TSourceNotebook.SrcEditMenuCopyToNewWindow(Sender: TObject);
|
||||
begin
|
||||
@ -6036,8 +6037,6 @@ begin
|
||||
MoveEditor(PageIndex, (Sender as TIDEMenuItem).Tag, -1)
|
||||
end;
|
||||
|
||||
{$ENDIF}
|
||||
|
||||
Procedure TSourceNotebook.UpdateStatusBar;
|
||||
var
|
||||
tempEditor: TSourceEditor;
|
||||
|
Loading…
Reference in New Issue
Block a user