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:
parent
3bacbe2a8c
commit
413e00631b
14 changed files with 683 additions and 249 deletions
|
|
@ -310,7 +310,7 @@ private:
|
|||
}
|
||||
else
|
||||
{
|
||||
while (! text.isEmpty() || text.isWhitespace())
|
||||
while (! (text.isEmpty() || text.isWhitespace()))
|
||||
{
|
||||
++text;
|
||||
++numChars;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue