parent
9cec6aff3b
commit
f09b653d19
|
@ -105,7 +105,10 @@ void FunctionCallTip::showNextOverload()
|
||||||
{
|
{
|
||||||
if (!isVisible())
|
if (!isVisible())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (_currentNbOverloads > 0)
|
||||||
_currentOverload = (_currentOverload + 1) % _currentNbOverloads;
|
_currentOverload = (_currentOverload + 1) % _currentNbOverloads;
|
||||||
|
|
||||||
showCalltip();
|
showCalltip();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue