mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
fix GTK bug
Нажатие правой кнопки не передавалось окну.
This commit is contained in:
parent
d47a0fb61c
commit
5218e8c953
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue