Move Zone Display hotkey because Z is already in use (reset grid origin).
Fixes: lp:1835471 * https://bugs.launchpad.net/kicad/+bug/1835471
This commit is contained in:
parent
562ab0bdea
commit
50f6844e71
|
@ -686,7 +686,7 @@ TOOL_ACTION PCB_ACTIONS::zoneDisplayOutlines( "pcbnew.Control.zoneDisplayOutline
|
|||
|
||||
TOOL_ACTION PCB_ACTIONS::zoneDisplayToggle( "pcbnew.Control.zoneDisplayToggle",
|
||||
AS_GLOBAL,
|
||||
'Z', "",
|
||||
'A', "",
|
||||
_( "Toggle Zone Display" ),
|
||||
_( "Cycle between showing filled zones, wireframed zones and sketched zones" ),
|
||||
show_zone_xpm );
|
||||
|
|
Loading…
Reference in New Issue