Browse Source

TextEditor: Call repaint on clear

v7.0.9
Tom Poole 3 years ago
parent
commit
4f884c8a54
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_gui_basics/widgets/juce_TextEditor.cpp

+ 1
- 0
modules/juce_gui_basics/widgets/juce_TextEditor.cpp View File

@@ -1229,6 +1229,7 @@ void TextEditor::clear()
clearInternal (nullptr);
checkLayout();
undoManager.clearUndoHistory();
repaint();
}
void TextEditor::setText (const String& newText, bool sendTextChangeMessage)


Loading…
Cancel
Save