X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b2cf8c9e17dfc59a1b3e8b18f1b06eae9344bf8..7e48d7d9fb4b546e6a68239e8a77ce7ef79df3b0:/src/stc/stc.cpp diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index 1a8aca13cc..39cbba6900 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -107,7 +107,7 @@ BEGIN_EVENT_TABLE(wxStyledTextCtrl, wxControl) EVT_SET_FOCUS (wxStyledTextCtrl::OnGainFocus) EVT_SYS_COLOUR_CHANGED (wxStyledTextCtrl::OnSysColourChanged) EVT_ERASE_BACKGROUND (wxStyledTextCtrl::OnEraseBackground) - EVT_MENU_RANGE (-1, -1, wxStyledTextCtrl::OnMenu) + EVT_MENU_RANGE (10, 16, wxStyledTextCtrl::OnMenu) EVT_LISTBOX_DCLICK (-1, wxStyledTextCtrl::OnListBox) END_EVENT_TABLE()