mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-16 18:08:18 +02:00
fpvectorial: Unites all drawing parameters into a single parameter
git-svn-id: trunk@55517 -
This commit is contained in:
parent
5d80654b46
commit
6b9ae632bc
@ -1775,6 +1775,7 @@ begin
|
|||||||
TDictionaryToken(Param1).TransformToListOfNamedValues();
|
TDictionaryToken(Param1).TransformToListOfNamedValues();
|
||||||
|
|
||||||
// Read the source of the data
|
// Read the source of the data
|
||||||
|
TDictionaryToken(Param1).Names.Sorted := True;
|
||||||
if TDictionaryToken(Param1).Names.Find('DataSource', lFindIndex) then
|
if TDictionaryToken(Param1).Names.Find('DataSource', lFindIndex) then
|
||||||
begin
|
begin
|
||||||
lDataSource := TPSToken(TDictionaryToken(Param1).Values[lFindIndex]).StrValue;
|
lDataSource := TPSToken(TDictionaryToken(Param1).Values[lFindIndex]).StrValue;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user