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
3db5876c
Commit
3db5876c
authored
Nov 02, 2009
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew not build
parent
07988a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dialog_design_rules.cpp
pcbnew/dialog_design_rules.cpp
+1
-1
No files found.
pcbnew/dialog_design_rules.cpp
View file @
3db5876c
...
@@ -83,7 +83,7 @@ void EnsureGridColumnWidths( wxGrid* aGrid )
...
@@ -83,7 +83,7 @@ void EnsureGridColumnWidths( wxGrid* aGrid )
for
(
int
col
=
0
;
col
<
colCount
;
++
col
)
for
(
int
col
=
0
;
col
<
colCount
;
++
col
)
{
{
// add two spaces to the text and size it.
// add two spaces to the text and size it.
wxString
colText
=
aGrid
->
GetColLabelValue
(
col
)
+
' '
+
' '
;
wxString
colText
=
aGrid
->
GetColLabelValue
(
col
)
+
wxT
(
" "
)
;
wxSize
needed
=
sDC
.
GetTextExtent
(
colText
);
wxSize
needed
=
sDC
.
GetTextExtent
(
colText
);
...
...
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