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
6bb4dea5
Commit
6bb4dea5
authored
Sep 28, 2012
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eeschema: fix a bug in my previous commit
parent
143af269
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wxEeschemaStruct.h
include/wxEeschemaStruct.h
+1
-1
No files found.
include/wxEeschemaStruct.h
View file @
6bb4dea5
...
...
@@ -203,7 +203,7 @@ public:
void
OnCloseWindow
(
wxCloseEvent
&
Event
);
bool
GetDefaultLabelSize
()
const
{
return
m_defaultLabelSize
;
}
int
GetDefaultLabelSize
()
const
{
return
m_defaultLabelSize
;
}
void
SetDefaultLabelSize
(
int
aLabelSize
)
{
m_defaultLabelSize
=
aLabelSize
;
}
bool
GetForceHVLines
()
const
{
return
m_forceHVLines
;
}
...
...
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