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

Avoided a problem with the on-screen keyboard being re-created after shutdown on Windows

This commit is contained in:
jules 2018-03-26 09:12:27 +01:00
parent a7b6f55885
commit 734d33dd80

View file

@ -802,7 +802,7 @@ struct OnScreenKeyboard : public DeletedAtShutdown,
startTimer (10);
}
JUCE_DECLARE_SINGLETON_SINGLETHREADED (OnScreenKeyboard, true)
JUCE_DECLARE_SINGLETON_SINGLETHREADED (OnScreenKeyboard, false)
private:
OnScreenKeyboard()