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
ddff71c1
Commit
ddff71c1
authored
Aug 15, 2013
by
Lorenzo Marcantonio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Rogue int as LAYER_MSK (will break with more than 32 layers)
- Comment fix
parent
761023f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
block.cpp
pcbnew/block.cpp
+1
-1
class_board.h
pcbnew/class_board.h
+1
-1
No files found.
pcbnew/block.cpp
View file @
ddff71c1
...
...
@@ -381,7 +381,7 @@ bool PCB_EDIT_FRAME::HandleBlockEnd( wxDC* DC )
void
PCB_EDIT_FRAME
::
Block_SelectItems
()
{
int
layerMask
;
LAYER_MSK
layerMask
;
GetScreen
()
->
m_BlockLocate
.
Normalize
();
...
...
pcbnew/class_board.h
View file @
ddff71c1
...
...
@@ -614,7 +614,7 @@ public:
void
SetZoneSettings
(
const
ZONE_SETTINGS
&
aSettings
)
{
m_zoneSettings
=
aSettings
;
}
/**
* Function
S
etColorSettings
* Function
G
etColorSettings
* @return the current COLORS_DESIGN_SETTINGS in use
*/
COLORS_DESIGN_SETTINGS
*
GetColorsSettings
()
const
{
return
m_colorsSettings
;
}
...
...
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