1
0
Fork 0
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:
Julian Storer 2010-02-11 11:07:03 +00:00
parent 1376cfd603
commit cb00274427
6 changed files with 16 additions and 5 deletions

View file

@ -180,6 +180,8 @@ void CodeDocument::Iterator::skipToEndOfLine()
if (currentLine != 0)
position = currentLine->lineStartInFile;
else
position = document->getNumCharacters();
}
}