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:
Jeff Young 2019-07-05 18:31:01 +01:00
parent 562ab0bdea
commit 50f6844e71
1 changed files with 1 additions and 1 deletions

View File

@ -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 );