mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 03:42:21 +02:00
codetools: fix smarthint for sets
git-svn-id: trunk@51424 -
This commit is contained in:
parent
f2bfc63670
commit
f2bd239ee0
@ -3119,7 +3119,7 @@ begin
|
||||
begin
|
||||
if (Length(Result) > 0) and (Result[Length(Result)] = ';') then//delete last ";" from set
|
||||
Delete(Result, Length(Result), 1);
|
||||
|
||||
ReadNextAtom;
|
||||
SetStr := ProceedWithSmartHint(Self);
|
||||
if (Length(SetStr) > 2) and (SetStr[2] = '=') then
|
||||
SetStr := Copy(SetStr, 4, High(Integer));
|
||||
|
Loading…
Reference in New Issue
Block a user