Fix calltip regression.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@260 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
harrybharry 2008-06-27 15:51:09 +00:00
parent c48b68c071
commit 6ecf551326

View File

@ -393,7 +393,7 @@ void FunctionCallTip::showCalltip() {
void FunctionCallTip::reset() {
_currentOverload = 0;
_currentParam = 0;
_curPos = 0;
//_curPos = 0;
_startPos = 0;
_overloads.clear();
_currentNrOverloads = 0;