mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
TextEditor: Call repaint on clear
This commit is contained in:
parent
2eee1c1bd9
commit
4f884c8a54
1 changed files with 1 additions and 0 deletions
|
|
@ -1229,6 +1229,7 @@ void TextEditor::clear()
|
|||
clearInternal (nullptr);
|
||||
checkLayout();
|
||||
undoManager.clearUndoHistory();
|
||||
repaint();
|
||||
}
|
||||
|
||||
void TextEditor::setText (const String& newText, bool sendTextChangeMessage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue