mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 03:42:01 +02:00
educationlaz: load options at start
git-svn-id: trunk@22146 -
This commit is contained in:
parent
4f525db58b
commit
f40bb559e0
@ -73,6 +73,9 @@ begin
|
||||
RegisterIDEOptionsEditor(EduOptionID,TEduEnvFrame,EduOptionGeneralID);
|
||||
EduGeneralOptions:=TEduGeneralOptions.Create;
|
||||
EducationOptions.Root.Add(EduGeneralOptions);
|
||||
|
||||
// load options
|
||||
EducationOptions.Load;
|
||||
end;
|
||||
|
||||
{ TEduEnvFrame }
|
||||
|
Loading…
Reference in New Issue
Block a user