mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 07:40:33 +01:00
SourceEdit: use softcenter for Replace prompt. Issue #0021709
git-svn-id: trunk@36796 -
This commit is contained in:
parent
c2fa27acf1
commit
25e5537ed4
@ -2809,6 +2809,10 @@ var a,x,y:integer;
|
||||
begin
|
||||
if FAOwner<>nil then
|
||||
TSourceNotebook(FAOwner).UpdateStatusBar;
|
||||
|
||||
CenterCursor(True);
|
||||
CenterCursorHoriz(hcmSoftKeepEOL);
|
||||
|
||||
AText:=Format(lisUEReplaceThisOccurrenceOfWith, ['"', ASearch, '"', #13, '"',
|
||||
AReplace, '"']);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user