Change CUIVRE_N to COPPER_LAYER_N in two files
This commit is contained in:
parent
1f842ae14c
commit
f50285d902
|
@ -171,7 +171,7 @@ TEXTE_PCB* WinEDA_PcbFrame::Create_Texte_Pcb( wxDC* DC )
|
||||||
/* Mise a jour des caracteristiques */
|
/* Mise a jour des caracteristiques */
|
||||||
TextePcb->m_Layer = CurrentScreen->m_Active_Layer;
|
TextePcb->m_Layer = CurrentScreen->m_Active_Layer;
|
||||||
TextePcb->m_Miroir = 1;
|
TextePcb->m_Miroir = 1;
|
||||||
if( CurrentScreen->m_Active_Layer == CUIVRE_N )
|
if( CurrentScreen->m_Active_Layer == COPPER_LAYER_N )
|
||||||
TextePcb->m_Miroir = 0;
|
TextePcb->m_Miroir = 0;
|
||||||
|
|
||||||
TextePcb->m_Size.y = Texte_Pcb_DimV;
|
TextePcb->m_Size.y = Texte_Pcb_DimV;
|
||||||
|
|
|
@ -139,7 +139,7 @@ eda_global DISPLAY_OPTIONS DisplayOpt;
|
||||||
* Function IsModuleLayerVisible
|
* Function IsModuleLayerVisible
|
||||||
* expects either of the two layers on which a module can reside, and returns
|
* expects either of the two layers on which a module can reside, and returns
|
||||||
* whether that layer is visible.
|
* whether that layer is visible.
|
||||||
* @param layer One of the two allowed layers for modules: CMP_N or CUIVRE_N
|
* @param layer One of the two allowed layers for modules: CMP_N or COPPER_LAYER_N
|
||||||
* @return bool - true if the layer is visible, else false.
|
* @return bool - true if the layer is visible, else false.
|
||||||
*/
|
*/
|
||||||
bool inline IsModuleLayerVisible( int layer )
|
bool inline IsModuleLayerVisible( int layer )
|
||||||
|
|
Loading…
Reference in New Issue