mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 15:20:35 +01:00
IDE: package links dialog: fixed sort after refilling grid
git-svn-id: trunk@47618 -
This commit is contained in:
parent
66cd7e4509
commit
73bc543103
@ -399,6 +399,8 @@ begin
|
||||
end;
|
||||
|
||||
PkgStringGrid.AutoAdjustColumns;
|
||||
if PkgStringGrid.SortColumn>=0 then
|
||||
PkgStringGrid.SortColRow(true,PkgStringGrid.SortColumn);
|
||||
UpdateFacets;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user