Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
f50285d9
Commit
f50285d9
authored
Oct 07, 2007
by
g_harland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change CUIVRE_N to COPPER_LAYER_N in two files
parent
1f842ae1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pcbtexte.cpp
gerbview/pcbtexte.cpp
+1
-1
pcbnew.h
pcbnew/pcbnew.h
+1
-1
No files found.
gerbview/pcbtexte.cpp
View file @
f50285d9
...
...
@@ -171,7 +171,7 @@ TEXTE_PCB* WinEDA_PcbFrame::Create_Texte_Pcb( wxDC* DC )
/* Mise a jour des caracteristiques */
TextePcb
->
m_Layer
=
CurrentScreen
->
m_Active_Layer
;
TextePcb
->
m_Miroir
=
1
;
if
(
CurrentScreen
->
m_Active_Layer
==
C
UIVRE
_N
)
if
(
CurrentScreen
->
m_Active_Layer
==
C
OPPER_LAYER
_N
)
TextePcb
->
m_Miroir
=
0
;
TextePcb
->
m_Size
.
y
=
Texte_Pcb_DimV
;
...
...
pcbnew/pcbnew.h
View file @
f50285d9
...
...
@@ -139,7 +139,7 @@ eda_global DISPLAY_OPTIONS DisplayOpt;
* Function IsModuleLayerVisible
* expects either of the two layers on which a module can reside, and returns
* whether that layer is visible.
* @param layer One of the two allowed layers for modules: CMP_N or C
UIVRE
_N
* @param layer One of the two allowed layers for modules: CMP_N or C
OPPER_LAYER
_N
* @return bool - true if the layer is visible, else false.
*/
bool
inline
IsModuleLayerVisible
(
int
layer
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment