mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 05:19:08 +02: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;
|
end;
|
||||||
|
|
||||||
PkgStringGrid.AutoAdjustColumns;
|
PkgStringGrid.AutoAdjustColumns;
|
||||||
|
if PkgStringGrid.SortColumn>=0 then
|
||||||
|
PkgStringGrid.SortColRow(true,PkgStringGrid.SortColumn);
|
||||||
UpdateFacets;
|
UpdateFacets;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user