mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:00:34 +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(lisPckExplBase);
|
||||||
AddState(LazPackageTypeIdents[Info.PkgType]);
|
AddState(LazPackageTypeIdents[Info.PkgType]);
|
||||||
PkgInfoMemo.Lines.Add(InfoStr);
|
PkgInfoMemo.Lines.Add(InfoStr);
|
||||||
|
PkgInfoMemo.SelStart := 1;
|
||||||
finally
|
finally
|
||||||
LPKInfoCache.LeaveCritSection;
|
LPKInfoCache.LeaveCritSection;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user