1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
Sudara 2025-08-19 19:07:40 +08:00 committed by GitHub
commit 704e86b8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ void CaretComponent::timerCallback()
void CaretComponent::setCaretPosition (const Rectangle<int>& characterArea)
{
startTimer (380);
startTimer (500);
setVisible (shouldBeShown());
setBounds (characterArea.withWidth (2));
}