Fix calltip regression.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@260 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
c48b68c071
commit
6ecf551326
@ -393,7 +393,7 @@ void FunctionCallTip::showCalltip() {
|
||||
void FunctionCallTip::reset() {
|
||||
_currentOverload = 0;
|
||||
_currentParam = 0;
|
||||
_curPos = 0;
|
||||
//_curPos = 0;
|
||||
_startPos = 0;
|
||||
_overloads.clear();
|
||||
_currentNrOverloads = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user