mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:19:18 +02:00
* parent_ebp was renamed parentfp in compiler
but not reflected in IDE, so the higher variable did not display correctly anymore. git-svn-id: trunk@5925 -
This commit is contained in:
parent
adbe0ab1d2
commit
1d564debbb
@ -2648,7 +2648,7 @@ procedure TWatch.Get_new_value;
|
|||||||
end;
|
end;
|
||||||
while loop_higher do
|
while loop_higher do
|
||||||
begin
|
begin
|
||||||
s:='parent_ebp';
|
s:='parentfp';
|
||||||
if GetValue(s) then
|
if GetValue(s) then
|
||||||
begin
|
begin
|
||||||
repeat
|
repeat
|
||||||
|
Loading…
Reference in New Issue
Block a user