mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:58:13 +02:00
Merged revision(s) 65489 #76da38eb3a from trunk:
Debugger: Remove linefeeds for locals dialog. Issue #0039212 ........ git-svn-id: branches/fixes_2_2@65493 -
This commit is contained in:
parent
232bb28979
commit
f49c02bfde
@ -265,6 +265,8 @@ begin
|
||||
if StringStart>0 then
|
||||
Delete(Result, 1, StringStart-1);
|
||||
end;
|
||||
|
||||
Result := StringReplace(Result, LineEnding, ' ', [rfReplaceAll]);
|
||||
end;
|
||||
|
||||
{ TLocalsDlg }
|
||||
|
Loading…
Reference in New Issue
Block a user