mirror of https://gitlab.com/basile.b/dexed.git
prevent to store a default value
This commit is contained in:
parent
470e193f4d
commit
e91831c3b7
|
@ -82,7 +82,7 @@ type
|
|||
property Sources: TStringList read fSrcs write setSrcs; // 'read' should return a copy to avoid abs/rel errors
|
||||
property ConfigurationIndex: Integer read fConfIx write setConfIx;
|
||||
property LibraryAliases: TStringList read fLibAliases write setLibAliases;
|
||||
property AutoSolveDependencies: boolean read fAutoDeps write fAutoDeps;
|
||||
property AutoSolveDependencies: boolean read fAutoDeps write fAutoDeps default false;
|
||||
public
|
||||
constructor create(aOwner: TComponent); override;
|
||||
destructor destroy; override;
|
||||
|
|
Loading…
Reference in New Issue