mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
IDE: Make SortAlphabetically=True by default in Project Inspector. Issue #22609
git-svn-id: trunk@39145 -
This commit is contained in:
parent
acb96eb094
commit
8ff4d4ec3e
@ -832,6 +832,8 @@ begin
|
||||
inherited Create(TheOwner);
|
||||
Name:=NonModalIDEWindowNames[nmiwProjectInspector];
|
||||
Caption:=lisMenuProjectInspector;
|
||||
FSortAlphabetically := True;
|
||||
SortAlphabeticallyButton.Down := FSortAlphabetically;
|
||||
KeyPreview:=true;
|
||||
SetupComponents;
|
||||
KeyPreview:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user