diff --git a/include/utils/popuphelp.h b/include/utils/popuphelp.h index 2d557e8..f3189b1 100644 --- a/include/utils/popuphelp.h +++ b/include/utils/popuphelp.h @@ -251,6 +251,7 @@ public: //wxString s = wxString::Format("cell = %s",ctext.c_str()); }); Bind(wxEVT_CHAR_HOOK, &popuphelp::keyProcessing,this); + htmlWindow->Bind(wxEVT_RIGHT_DOWN, [&](wxMouseEvent& event) {}); htmlWindow->Bind(wxEVT_RIGHT_UP, [&](wxMouseEvent& event) { wxString name; wxLongLong e = wxGetLocalTimeMillis();