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
4f8049f8
Commit
4f8049f8
authored
Apr 13, 2010
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 2 minor bugs
parent
de509f57
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
99 additions
and
123 deletions
+99
-123
cvstruct.h
cvpcb/cvstruct.h
+0
-4
readschematicnetlist.cpp
cvpcb/readschematicnetlist.cpp
+97
-106
tool_pcb.cpp
pcbnew/tool_pcb.cpp
+2
-13
No files found.
cvpcb/cvstruct.h
View file @
4f8049f8
...
...
@@ -115,11 +115,7 @@ public:
int
SaveNetList
(
const
wxString
&
FullFileName
);
int
SaveComponentList
(
const
wxString
&
FullFileName
);
bool
ReadNetList
();
int
rdpcad
();
int
ReadSchematicNetlist
();
int
ReadFootprintFilterList
(
FILE
*
f
);
int
ReadViewlogicWirList
();
int
ReadViewlogicNetList
();
void
LoadProjectFile
(
const
wxString
&
FileName
);
void
SaveProjectFile
(
const
wxString
&
fileName
);
virtual
void
LoadSettings
();
...
...
cvpcb/readschematicnetlist.cpp
View file @
4f8049f8
This diff is collapsed.
Click to expand it.
pcbnew/tool_pcb.cpp
View file @
4f8049f8
...
...
@@ -159,20 +159,9 @@ void WinEDA_PcbFrame::PrepareLayerIndicator()
if
(
m_HToolBar
)
{
#if wxCHECK_VERSION( 2, 8, 3 ) & !defined(__WXX11__)
m_HToolBar
->
SetToolNormalBitmap
(
ID_AUX_TOOLBAR_PCB_SELECT_LAYER_PAIR
,
m_HToolBar
->
SetToolBitmap
(
ID_AUX_TOOLBAR_PCB_SELECT_LAYER_PAIR
,
*
LayerPairBitmap
);
#else
int
pos
=
m_HToolBar
->
GetToolPos
(
ID_AUX_TOOLBAR_PCB_SELECT_LAYER_PAIR
);
if
(
pos
!=
wxNOT_FOUND
)
{
m_HToolBar
->
DeleteTool
(
ID_AUX_TOOLBAR_PCB_SELECT_LAYER_PAIR
);
m_HToolBar
->
InsertTool
(
pos
,
ID_AUX_TOOLBAR_PCB_SELECT_LAYER_PAIR
,
*
LayerPairBitmap
,
wxNullBitmap
,
false
,
NULL
,
SEL_LAYER_HELP
);
m_HToolBar
->
Realize
();
}
#endif
m_HToolBar
->
Realize
();
}
}
...
...
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