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:
parent
bb60371f1c
commit
80afd8aee7
6 changed files with 81 additions and 73 deletions
|
|
@ -1322,7 +1322,7 @@ void TextEditor::repaintText (const Range<int>& range)
|
|||
|
||||
if (range.getEnd() >= getTotalNumChars())
|
||||
{
|
||||
y2 = getHeight();
|
||||
y2 = textHolder->getHeight();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue