mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 03:59:56 +02:00
In Install/Uninstall package dlg, do not enable "Save and rebuild" and "Save
and exit" buttons when filtering.
(cherry picked from commit c609605cfa
)
This commit is contained in:
parent
9cce2cfda4
commit
370d32b588
@ -775,7 +775,7 @@ begin
|
||||
Dependency:=Dependency.NextRequiresDependency;
|
||||
inc(Cnt);
|
||||
end;
|
||||
if InstallTreeView.Items.TopLvlCount<>Cnt then
|
||||
if InstalledFilterEdit.GetExistingBranch(nil).Items.Count<>Cnt then
|
||||
ListChanged:=true;
|
||||
SaveAndExitButton.Enabled:=ListChanged;
|
||||
SaveAndRebuildButton.Enabled:=ListChanged;
|
||||
|
Loading…
Reference in New Issue
Block a user