mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 04:17:11 +01:00
IDE: packageeditor: fixed idleconnected on destroy
This commit is contained in:
parent
e10b896d7e
commit
e18119823a
@ -1347,7 +1347,7 @@ procedure TPackageEditorForm.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
if OPMInterface <> nil then
|
||||
OPMInterface.RemovePackageListNotification(@PackageListAvailable);
|
||||
IdleConnected:=true;
|
||||
IdleConnected:=false;
|
||||
FreeAndNil(FNextSelectedPart);
|
||||
EnvironmentOptions.PackageEditorSortAlphabetically := SortAlphabetically;
|
||||
EnvironmentOptions.PackageEditorShowDirHierarchy := ShowDirectoryHierarchy;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user