mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 04:44:40 +02:00
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() {
|
void FunctionCallTip::reset() {
|
||||||
_currentOverload = 0;
|
_currentOverload = 0;
|
||||||
_currentParam = 0;
|
_currentParam = 0;
|
||||||
_curPos = 0;
|
//_curPos = 0;
|
||||||
_startPos = 0;
|
_startPos = 0;
|
||||||
_overloads.clear();
|
_overloads.clear();
|
||||||
_currentNrOverloads = 0;
|
_currentNrOverloads = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user