fix GTK bug

Нажатие правой кнопки не передавалось окну.
This commit is contained in:
lsv 2026-04-13 18:44:52 +05:00
parent d47a0fb61c
commit 5218e8c953

View file

@ -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();