Browse Source

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

tags/2021-05-28
jules 7 years ago
parent
commit
734d33dd80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/native/juce_win32_Windowing.cpp

+ 1
- 1
modules/juce_gui_basics/native/juce_win32_Windowing.cpp 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()


Loading…
Cancel
Save