Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
f04df9d7
Commit
f04df9d7
authored
Sep 06, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed hotkeys for switching rendering backends.
parent
f93d297c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
hotkeys_board_editor.cpp
pcbnew/hotkeys_board_editor.cpp
+12
-0
No files found.
pcbnew/hotkeys_board_editor.cpp
View file @
f04df9d7
...
...
@@ -540,6 +540,18 @@ void PCB_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotkeyCode, const wxPoint& aPosit
DisplayOpt
.
ContrastModeDisplay
=
!
DisplayOpt
.
ContrastModeDisplay
;
m_canvas
->
Refresh
();
break
;
case
HK_CANVAS_CAIRO
:
evt_type
=
ID_MENU_CANVAS_CAIRO
;
break
;
case
HK_CANVAS_OPENGL
:
evt_type
=
ID_MENU_CANVAS_OPENGL
;
break
;
case
HK_CANVAS_DEFAULT
:
evt_type
=
ID_MENU_CANVAS_DEFAULT
;
break
;
}
if
(
evt_type
!=
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment