mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:59:12 +02:00
* Fix load of extra trees
This commit is contained in:
parent
32947827e5
commit
1a7f3fe29b
@ -644,7 +644,7 @@ begin
|
|||||||
I:=GetEnumValue(TypeInfo(TMCMySQLClientVersion),S);
|
I:=GetEnumValue(TypeInfo(TMCMySQLClientVersion),S);
|
||||||
if I<>-1 then
|
if I<>-1 then
|
||||||
Findexer.MySQLVersion:=TMCMySQLClientVersion(I);
|
Findexer.MySQLVersion:=TMCMySQLClientVersion(I);
|
||||||
Cfg.GetValue('Trees/Names',List);
|
List:=Cfg.GetValue('Trees/Names','');
|
||||||
For I:=SourceTrees.Count-1 downto 0 do
|
For I:=SourceTrees.Count-1 downto 0 do
|
||||||
if Not SourceTrees[i].System then
|
if Not SourceTrees[i].System then
|
||||||
SourceTrees.Delete(I);
|
SourceTrees.Delete(I);
|
||||||
|
Loading…
Reference in New Issue
Block a user