adjusted default static explorer options for better user XP on fresh install.

This commit is contained in:
Basile Burg 2014-08-25 04:44:16 +02:00
parent a3b6185234
commit ca977f3368
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ uses ce_main, ce_libman;
{$REGION Standard Comp/Obj------------------------------------------------------}
constructor TCEStaticExplorerWidget.create(aOwner: TComponent);
begin
fAutoRefresh := true;
fAutoRefresh := false;
fRefreshOnFocus := true;
fRefreshOnChange := true;
fRefreshOnChange := false;
fActRefresh := TAction.Create(self);
fActRefresh.OnExecute := @actRefreshExecute;
fActRefresh.Caption := 'Refresh';