From 73bc54310365f65d0905bdb0744a881ed32b727d Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 7 Feb 2015 10:09:21 +0000 Subject: [PATCH] IDE: package links dialog: fixed sort after refilling grid git-svn-id: trunk@47618 - --- packager/pkglinksdlg.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packager/pkglinksdlg.pas b/packager/pkglinksdlg.pas index d2f1952353..4590651fd8 100644 --- a/packager/pkglinksdlg.pas +++ b/packager/pkglinksdlg.pas @@ -399,6 +399,8 @@ begin end; PkgStringGrid.AutoAdjustColumns; + if PkgStringGrid.SortColumn>=0 then + PkgStringGrid.SortColRow(true,PkgStringGrid.SortColumn); UpdateFacets; end;