mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Minor fixes for File::isAChildOf(), NPAPI window sizing, CodeDocument syntax parsing, and the amalgamated template file.
This commit is contained in:
parent
1376cfd603
commit
cb00274427
6 changed files with 16 additions and 5 deletions
|
|
@ -180,6 +180,8 @@ void CodeDocument::Iterator::skipToEndOfLine()
|
|||
|
||||
if (currentLine != 0)
|
||||
position = currentLine->lineStartInFile;
|
||||
else
|
||||
position = document->getNumCharacters();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue