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

Compiler fixes for String and var. Fix for TextEditor redraw problems.

This commit is contained in:
Julian Storer 2010-02-24 11:27:57 +00:00
parent bb60371f1c
commit 80afd8aee7
6 changed files with 81 additions and 73 deletions

View file

@ -1322,7 +1322,7 @@ void TextEditor::repaintText (const Range<int>& range)
if (range.getEnd() >= getTotalNumChars())
{
y2 = getHeight();
y2 = textHolder->getHeight();
}
else
{