PCB_EDIT_FRAME: public SetTopLayer() method
This commit is contained in:
parent
1112d279c5
commit
75b59d8fa4
|
@ -1690,6 +1690,11 @@ public:
|
|||
*/
|
||||
void UpdateTitle();
|
||||
|
||||
void SetTopLayer( LAYER_NUM aLayer )
|
||||
{
|
||||
setTopLayer( aLayer );
|
||||
}
|
||||
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue