mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:29:35 +02:00
Small fix for ShellCtrls
git-svn-id: trunk@19123 -
This commit is contained in:
parent
0c45ccdace
commit
086fcf9b93
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user