mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 22:15:55 +02:00
IDE: added check
git-svn-id: trunk@39875 -
This commit is contained in:
parent
55574e2a90
commit
1060abd924
@ -10305,6 +10305,7 @@ begin
|
||||
GetCurrentUnit(SrcEdit,ActiveUnitInfo);
|
||||
|
||||
if (jfAddJumpPoint in Flags) and (ActiveUnitInfo <> nil) and (SrcEdit <> nil)
|
||||
and (SrcEdit.EditorComponent<>nil)
|
||||
then begin
|
||||
if (NewSource<>ActiveUnitInfo.Source)
|
||||
or (SrcEdit.EditorComponent.CaretX<>NewX)
|
||||
|
Loading…
Reference in New Issue
Block a user