mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Slow Caret Timer to match Windows and MacOS blink rates
This commit is contained in:
parent
2f389c9d42
commit
eec0934942
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ void CaretComponent::timerCallback()
|
||||||
|
|
||||||
void CaretComponent::setCaretPosition (const Rectangle<int>& characterArea)
|
void CaretComponent::setCaretPosition (const Rectangle<int>& characterArea)
|
||||||
{
|
{
|
||||||
startTimer (380);
|
startTimer (500);
|
||||||
setVisible (shouldBeShown());
|
setVisible (shouldBeShown());
|
||||||
setBounds (characterArea.withWidth (2));
|
setBounds (characterArea.withWidth (2));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue