mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
IDE: Store the size of ProcedureList, like it is stored for other modal IDE windows. Issue #13570, patch from Markus.
git-svn-id: trunk@52732 -
This commit is contained in:
parent
ca88306bff
commit
9e440cb058
@ -45,7 +45,7 @@ uses
|
||||
// Codetools
|
||||
CodeTree, CodeToolManager, CodeCache, PascalParserTool, KeywordFuncLists,
|
||||
// IDEIntf
|
||||
LazIDEIntf, IDEImagesIntf, SrcEditorIntf,
|
||||
LazIDEIntf, IDEImagesIntf, SrcEditorIntf, IDEWindowIntf,
|
||||
// IDE
|
||||
LazarusIDEStrConsts;
|
||||
|
||||
@ -668,11 +668,14 @@ begin
|
||||
PopulateObjectsCombo;
|
||||
PopulateGrid;
|
||||
StatusBar.Panels[0].Text := self.MainFilename;
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self, 950, 680, false);
|
||||
end;
|
||||
|
||||
procedure TProcedureListForm.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
ClearGrid;
|
||||
IDEDialogLayoutList.SaveLayout(self);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user