Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug #471
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 21, 2007
1 parent 756f8c4 commit 2c6961e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/cocoa/SDL_cocoakeyboard.m
Expand Up @@ -380,6 +380,7 @@
text = [[event characters] UTF8String];
if(text && *text) {
SDL_SendKeyboardText(data->keyboard, text);
[data->fieldEdit setString:@""];
}
}
break;
Expand Down

0 comments on commit 2c6961e

Please sign in to comment.