mirror of https://gitlab.com/basile.b/dexed.git
fix #10 - calltip window position is incorrect when the argument is located on another line thant the call
This commit is contained in:
parent
2f2792fd7d
commit
5b137657dd
|
@ -2739,13 +2739,13 @@ begin
|
|||
CaretXY := p;
|
||||
end;
|
||||
DcdWrapper.getCallTip(s);
|
||||
if s.isNotEmpty then
|
||||
showCallTipsString(s, i);
|
||||
if findOpenParen then
|
||||
begin
|
||||
CaretXY := o;
|
||||
EndUpdate();
|
||||
end;
|
||||
if s.isNotEmpty then
|
||||
showCallTipsString(s, i);
|
||||
end;
|
||||
|
||||
procedure TDexedMemo.showCallTipsString(const tips: string; indexOfExpected: integer);
|
||||
|
|
Loading…
Reference in New Issue