git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63340
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString chars;
if ( eventType != NSFlagsChanged )
{
wxString chars;
if ( eventType != NSFlagsChanged )
{
- NSString* nschars = (wxevent.GetEventType() != wxEVT_CHAR) ? [nsEvent charactersIgnoringModifiers] : [nsEvent characters];
+ NSString* nschars = [nsEvent charactersIgnoringModifiers];
if ( charString )
{
// if charString is set, it did not come from key up / key down
if ( charString )
{
// if charString is set, it did not come from key up / key down