Comment 1 for bug 1838244

Revision history for this message
Ian McInerney (imcinerney) wrote : Re: F12 Mode, Footprint editor. <PgUp>,<PgDn> keys have no effect.

@Michael, this is not a duplicate of that bug.

The hotkey is working as expected; it is changing the active layer, but you can only see that when you start drawing something. What is broken is that the layer change is not actually updating the display to show the layer has been changed. The footprint editor will need its equivalent of the PCB_EDIT_FRAME::SetActiveLayer function, and to override the SwitchLayer function in the base frame to use it and perform the needed checks.