Change the OnPaste handler to instead by an EVT_STC_CLIPBOARD_PASTE, which became available in wxWidgets 3.1.0. This results in simpler code that does not need to access the clipboard directly.
Authored by: david_costanzo 2016-07-17
Parent: [r4168]
Child: [r4170]