mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:09:16 +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);
|
inherited Create(TheOwner);
|
||||||
Name:=NonModalIDEWindowNames[nmiwProjectInspector];
|
Name:=NonModalIDEWindowNames[nmiwProjectInspector];
|
||||||
Caption:=lisMenuProjectInspector;
|
Caption:=lisMenuProjectInspector;
|
||||||
|
FSortAlphabetically := True;
|
||||||
|
SortAlphabeticallyButton.Down := FSortAlphabetically;
|
||||||
KeyPreview:=true;
|
KeyPreview:=true;
|
||||||
SetupComponents;
|
SetupComponents;
|
||||||
KeyPreview:=true;
|
KeyPreview:=true;
|
||||||
|
Loading…
Reference in New Issue
Block a user