mirror of https://gitlab.com/basile.b/dexed.git
fixup for 4be099408e
This commit is contained in:
parent
c6e18403ea
commit
1159e0ac02
|
@ -1748,7 +1748,8 @@ begin
|
|||
for lne in fCallTipStrings do
|
||||
if lne.isNotEmpty then
|
||||
str += lne + LineEnding;
|
||||
str := str[1..str.length - length(LineEnding)];
|
||||
if str.isEmpty then
|
||||
exit;
|
||||
{$IFDEF WINDOWS}
|
||||
str := str[1..str.length-2];
|
||||
{$ELSE}
|
||||
|
|
Loading…
Reference in New Issue