mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-26 22:03:10 -06:00
Support hotkey for context help window.
Улучшена поддержка клавиши для навигации в контекстной справке. Краткий список: PAGEDOWN,PAGEUP,UP,DOWN,HOME,END - скроллинг окна. + - увеличить размер окна. S - screenshot контекстной справки. C - копирование в html формате.
This commit is contained in:
parent
a0ff59ae98
commit
d47a0fb61c
3 changed files with 130 additions and 130 deletions
|
|
@ -991,7 +991,7 @@ void ctlSQLGrid::OnShowPopup(wxThreadEvent& event) {
|
|||
// recreate with new size
|
||||
rr = m_Popup->GetSizePopup();
|
||||
delete m_Popup;
|
||||
m_Popup = new popuphelp((wxWindow*)winMain, key, &fh, p, rr);
|
||||
m_Popup = new popuphelp(this, key, &fh, p, rr);
|
||||
|
||||
}
|
||||
if (m_Popup && m_Popup->IsValid()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue