1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

TextEditor and Colour fixes.

This commit is contained in:
Julian Storer 2011-02-01 14:58:40 +00:00
parent 3bacbe2a8c
commit 413e00631b
14 changed files with 683 additions and 249 deletions

View file

@ -310,7 +310,7 @@ private:
}
else
{
while (! text.isEmpty() || text.isWhitespace())
while (! (text.isEmpty() || text.isWhitespace()))
{
++text;
++numChars;