Small fix for ShellCtrls

git-svn-id: trunk@19123 -
This commit is contained in:
sekelsenmat 2009-03-26 18:25:17 +00:00
parent 0c45ccdace
commit 086fcf9b93

View File

@ -287,6 +287,8 @@ begin
procedure TCustomShellTreeView.SetShellListView(
const Value: TCustomShellListView);
begin
FShellListView := Value;
// Update the pair, it will then update itself
// in the setter of this property
// Updates only if necessary to avoid circular calls of the setters
@ -462,6 +464,8 @@ end;
procedure TCustomShellListView.SetShellTreeView(
const Value: TCustomShellTreeView);
begin
FShellTreeView := Value;
{ if Value.Selected <> nil then
begin
FRoot := Value.GetPathFromNode(Value.Selected);