mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:59:19 +02:00
IDE, Package Install Dlg: Info-memo should initially be scrolled to top. Issue #0036107
git-svn-id: trunk@61942 -
This commit is contained in:
parent
ef00bc4391
commit
bef7fdb8c6
@ -839,6 +839,7 @@ begin
|
||||
AddState(lisPckExplBase);
|
||||
AddState(LazPackageTypeIdents[Info.PkgType]);
|
||||
PkgInfoMemo.Lines.Add(InfoStr);
|
||||
PkgInfoMemo.SelStart := 1;
|
||||
finally
|
||||
LPKInfoCache.LeaveCritSection;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user