mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
Packager: Make sorting work in PackageEditor.
git-svn-id: trunk@32621 -
This commit is contained in:
parent
7d0ff1242b
commit
314b04c9a1
@ -1564,7 +1564,7 @@ begin
|
||||
if FSortAlphabetically=AValue then exit;
|
||||
FSortAlphabetically:=AValue;
|
||||
SortAlphabeticallySpeedButton.Down:=FSortAlphabetically;
|
||||
FilterEdit.ShowDirHierarchy:=FShowDirectoryHierarchy;
|
||||
FilterEdit.SortData:=FSortAlphabetically;
|
||||
FilterEdit.InvalidateFilter;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user