mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 22:09:43 +01:00
IDE, fix fpdoc updates from rev 24767 #908f074127
git-svn-id: trunk@24787 -
This commit is contained in:
parent
43590ff2fe
commit
296ea2835d
@ -966,8 +966,8 @@ var
|
||||
SrcEdit: TSourceEditorInterface;
|
||||
CaretPos: TPoint;
|
||||
begin
|
||||
if Sender=nil then exit;
|
||||
SrcEdit:= TSourceEditorInterface(Sender);
|
||||
SrcEdit:= SourceEditorManagerIntf.ActiveEditor;
|
||||
if SrcEdit=nil then exit;
|
||||
CaretPos := SrcEdit.CursorScreenXY;
|
||||
UpdateFPDocEditor(SrcEdit.FileName, CaretPos);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user