Merge branch 'dev' of github.com:OpenBoard-org/OpenBoard into dev

preferencesAboutTextFull
Clément Fauconnier 3 years ago
commit 74c7b84a5c
  1. 2
      src/frameworks/UBPlatformUtils_mac.mm

@ -627,7 +627,7 @@ void UBPlatformUtils::showOSK(bool show)
{ {
@autoreleasepool { @autoreleasepool {
CFDictionaryRef properties = (CFDictionaryRef)[NSDictionary CFDictionaryRef properties = (CFDictionaryRef)[NSDictionary
dictionaryWithObject: @"com.apple.keyboardViewer" dictionaryWithObject: @"com.apple.KeyboardViewer"
forKey: (NSString *)kTISPropertyInputSourceID]; forKey: (NSString *)kTISPropertyInputSourceID];
NSArray *sources = (NSArray *)TISCreateInputSourceList(properties, true); NSArray *sources = (NSArray *)TISCreateInputSourceList(properties, true);

Loading…
Cancel
Save