Rename wxPGKeyboardActions type to wxPGKeyboardAction
For regular enumeration singular name is more appropriate.
This commit is contained in:
parent
3cb3d62212
commit
efa2870cb4
4 changed files with 75 additions and 72 deletions
|
|
@ -2440,7 +2440,7 @@ void FormMain::OnExtendedKeyNav( wxCommandEvent& WXUNUSED(event) )
|
|||
// Up, and Down keys for navigating between properties.
|
||||
wxPropertyGrid* propGrid = m_pPropGridManager->GetGrid();
|
||||
|
||||
propGrid->AddActionTrigger(wxPGKeyboardActions::NextProperty,
|
||||
propGrid->AddActionTrigger(wxPGKeyboardAction::NextProperty,
|
||||
WXK_RETURN);
|
||||
propGrid->DedicateKey(WXK_RETURN);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue