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
739dbd6a
Commit
739dbd6a
authored
Feb 17, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
layer count changing fix
parent
a27dcae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CHANGELOG.txt
CHANGELOG.txt
+3
-2
No files found.
CHANGELOG.txt
View file @
739dbd6a
...
@@ -10,8 +10,9 @@ email address.
...
@@ -10,8 +10,9 @@ email address.
++pcbnew
++pcbnew
Loading a module into the module editor was changing the layer count
Loading a module into the module editor was changing the layer count
of a loaded board. This is because void WinEDA_ModuleEditFrame::Process_Special_Functions( wxCommandEvent& event )
of a loaded board. This is because void WinEDA_ModuleEditFrame::Process_Special_Functions( wxCommandEvent& event )
called Clear_PCB() which then set the global
calls bool WinEDA_BasePcbFrame::Clear_Pcb( bool query )
g_DesignSettings.m_CopperLayerCount = 2;
which then sets the global g_DesignSettings.m_CopperLayerCount = 2;
This is terrible.
We need a layer count in each board, not as a global. For now, comment out the assignment in initpcb.cpp.
We need a layer count in each board, not as a global. For now, comment out the assignment in initpcb.cpp.
...
...
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