Browse Source
Two issues: * Unassigned hotkeys were being passed to WX in the menu strings as "<unassigned>". WX doesn't recognise this, and prints debug each time. Unassigned hotkeys are no longer rare or naughty, so we shouldn't provoke debug spew. Suppress by not appending hotkey strings for actions with 0 (i.e. unassigned) hotkey IDs. * The zone cutout tool uses GR_KB_SHIFT, not MD_SHIFT. This causes "unknown hotkey" spew from WX.pull/15/head
2 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue