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
c7cc6ea1
Commit
c7cc6ea1
authored
Sep 10, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment out problematic code, taking a break for now
parent
362b6b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
dialog_design_rules.cpp
pcbnew/dialog_design_rules.cpp
+4
-3
No files found.
pcbnew/dialog_design_rules.cpp
View file @
c7cc6ea1
...
@@ -175,16 +175,17 @@ void DIALOG_DESIGN_RULES::setRowItem( wxListCtrl* aListCtrl, int aRow, NETCUP* a
...
@@ -175,16 +175,17 @@ void DIALOG_DESIGN_RULES::setRowItem( wxListCtrl* aListCtrl, int aRow, NETCUP* a
/**
/**
* Function FillListBoxWithNetNames
* Function FillListBoxWithNetNames
* populates aListCtrl with net names members of the aNetclassIndex net class
* populates aListCtrl with net names and class names from m_AllNets in a two column display.
* the "Client Data pointer" is used to store the index of nets in the net lists
*/
*/
void
DIALOG_DESIGN_RULES
::
FillListBoxWithNetNames
(
wxListCtrl
*
aListCtrl
,
const
wxString
&
aNetClass
)
void
DIALOG_DESIGN_RULES
::
FillListBoxWithNetNames
(
wxListCtrl
*
aListCtrl
,
const
wxString
&
aNetClass
)
{
{
aListCtrl
->
ClearAll
();
aListCtrl
->
ClearAll
();
#if 1
#if 0 // out of time for troubleshooting this now.
PNETCUPS ptrList;
PNETCUPS ptrList;
// get a subset of m_AllNets in pointer form, sorted as desired.
makePointers( &ptrList, aNetClass );
makePointers( &ptrList, aNetClass );
#if defined(DEBUG)
#if defined(DEBUG)
...
...
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