IDE: package graph: update info when selecting a TV node

git-svn-id: trunk@41943 -
This commit is contained in:
mattias 2013-06-29 13:41:38 +00:00
parent 4cbfb35970
commit 550f61d3ee

View File

@ -320,6 +320,7 @@ begin
FUpdatingSelection:=true;
LvlGraphControl1.SelectedNode:=LGNode;
FUpdatingSelection:=false;
UpdateInfo;
end;
procedure TPkgGraphExplorerDlg.UninstallMenuItemClick(Sender: TObject);