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
6d5ee766
Commit
6d5ee766
authored
Sep 24, 2010
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build error when compiling against 2.8 branch of wxWidgets.
parent
bff752e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drawpanel.cpp
common/drawpanel.cpp
+1
-1
No files found.
common/drawpanel.cpp
View file @
6d5ee766
...
...
@@ -816,7 +816,7 @@ void WinEDA_DrawPanel::DrawGrid( wxDC* DC )
int
increment
=
double_size
?
2
:
1
;
if
(
double_size
)
{
wxRealPoint
dblgrid
=
screen_grid_size
*
2
;
wxRealPoint
dblgrid
=
screen_grid_size
+
screen_grid_size
;
m_Parent
->
PutOnGrid
(
&
org
,
&
dblgrid
);
}
...
...
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