Reset().
This commit is contained in:
@@ -15,7 +15,7 @@ static CFOptionFlags ShowAlert( CFOptionFlags flags, const RString& sMessage, CF
|
|||||||
CFUserNotificationDisplayAlert( 0.0, flags, NULL, NULL, NULL, CFSTR(PRODUCT_FAMILY),
|
CFUserNotificationDisplayAlert( 0.0, flags, NULL, NULL, NULL, CFSTR(PRODUCT_FAMILY),
|
||||||
text, OK, alt, other, &result );
|
text, OK, alt, other, &result );
|
||||||
// Flush all input that's accumulated while the dialog box was up.
|
// Flush all input that's accumulated while the dialog box was up.
|
||||||
INPUTFILTER->FlushInputEvents();
|
INPUTFILTER->Reset();
|
||||||
CFRelease( text );
|
CFRelease( text );
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user