This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
TextEditor: Call repaint on clear
v7.0.9
Tom Poole
3 years ago
parent
2eee1c1bd9
commit
4f884c8a54
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save