1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windowing: Start repaint timer immediately on Linux

This commit is contained in:
reuk 2022-12-13 19:55:44 +00:00
parent d6f30304f0
commit f248a09c59
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -61,6 +61,8 @@ public:
xSettings->addListener (this);
getNativeRealtimeModifiers = []() -> ModifierKeys { return XWindowSystem::getInstance()->getNativeRealtimeModifiers(); };
updateVBlankTimer();
}
~LinuxComponentPeer() override