mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for caret updating in TextEditor when look+feel changes
This commit is contained in:
parent
26b01e9f18
commit
2b869c48eb
1 changed files with 1 additions and 0 deletions
|
|
@ -1084,6 +1084,7 @@ void TextEditor::colourChanged()
|
|||
|
||||
void TextEditor::lookAndFeelChanged()
|
||||
{
|
||||
caret = nullptr;
|
||||
recreateCaret();
|
||||
repaint();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue