Browse Source
Fix default menu alt key accelerator bug. (fixes lp:1035151)
Fix default menu alt key accelerator bug. (fixes lp:1035151)
* Add hot key handled return indicator to DRAW_FRAME::GeneralControl() and DRAW_FRAME::OnHotKey() and all classed derived from DRAW_FRAME. * Add code to all GeneralControl() and OnHotKey() functions to return true if hot key was handled. * Call event skip in DRAW_PANEL::OnKeyEvent() when key event is not handled to allow default menu event handler to function properly.pull/1/head
26 changed files with 206 additions and 141 deletions
-
16common/draw_frame.cpp
-
4common/draw_panel.cpp
-
11cvpcb/class_DisplayFootprintsFrame.cpp
-
2cvpcb/class_DisplayFootprintsFrame.h
-
38eeschema/controle.cpp
-
27eeschema/hotkeys.cpp
-
4eeschema/libeditframe.h
-
2eeschema/viewlib_frame.h
-
10gerbview/controle.cpp
-
4gerbview/gerbview_frame.h
-
41gerbview/hotkeys.cpp
-
10include/draw_frame.h
-
4include/wxEeschemaStruct.h
-
4include/wxPcbStruct.h
-
11pagelayout_editor/controle.cpp
-
20pagelayout_editor/hotkeys.cpp
-
4pagelayout_editor/pl_editor_frame.h
-
11pcbnew/controle.cpp
-
59pcbnew/footprint_wizard_frame.cpp
-
2pcbnew/footprint_wizard_frame.h
-
25pcbnew/hotkeys_board_editor.cpp
-
11pcbnew/hotkeys_module_editor.cpp
-
4pcbnew/module_editor_frame.h
-
10pcbnew/moduleframe.cpp
-
11pcbnew/modview_frame.cpp
-
2pcbnew/modview_frame.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue