mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix issue #43
Потерялся event.Skip() в обработчике ctlSQLGrid::OnCellRightClick из-за чего нажатие правой кнопки на ячейке не доходило вышестоящим обработчикам.
This commit is contained in:
parent
e2eeabf21c
commit
ced0a59375
1 changed files with 1 additions and 0 deletions
|
|
@ -841,6 +841,7 @@ void ctlSQLGrid::OnLabelDoubleClick(wxGridEvent &event)
|
|||
|
||||
//SetRowLabelValue(row-1,);
|
||||
//HideRow(row);
|
||||
event.Skip();
|
||||
}
|
||||
void ctlSQLGrid::OnLabelClick(wxGridEvent &event)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue