QCodeEdit autocompletition on doc start fix
This commit is contained in:
@@ -348,7 +348,7 @@ int QCodeEdit::skipCWord(const QString & s, int pos) {
|
||||
if (pc.isLetter() || (pc.toLatin1() == '_')) return i + 1;
|
||||
return -1;
|
||||
}
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user