mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:40:35 +02:00
IDE: unitdependencies: pending path: update selection
git-svn-id: trunk@42743 -
This commit is contained in:
parent
74d2f33c3d
commit
7594380f44
@ -1150,6 +1150,7 @@ procedure TUnitDependenciesWindow.SetPendingUnitDependencyRoute(AValue: TStrings
|
||||
begin
|
||||
if FPendingUnitDependencyRoute.Equals(AValue) then Exit;
|
||||
FPendingUnitDependencyRoute.Assign(AValue);
|
||||
FFlags:=FFlags+[udwNeedUpdateAllUnitsTreeView,udwNeedUpdateSelUnitsTreeView];
|
||||
IdleConnected:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user