fix #368 - call tips add same hint on stack after each comma

This commit is contained in:
Basile Burg 2018-10-09 16:28:32 +02:00
parent 060a7b4073
commit 58853ec3c8
1 changed files with 2 additions and 2 deletions

View File

@ -3560,8 +3560,8 @@ begin
autoClosePair(autoCloseSingleQuote);
',':
begin
//hideCallTips;
showCallTips(true);
if not fCallTipWin.Visible then
showCallTips(true);
end;
'"': if autoCloseDoubleQuote in fAutoClosedPairs then
autoClosePair(autoCloseDoubleQuote);