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
b78444c2
Commit
b78444c2
authored
Jul 14, 2009
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor bug at russian GOST in common_plot_functions.cpp (thx Yuri Vikulov)
parent
8f853800
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
common_plot_functions.cpp
common/common_plot_functions.cpp
+4
-4
No files found.
common/common_plot_functions.cpp
View file @
b78444c2
...
...
@@ -264,10 +264,10 @@ void WinEDA_DrawFrame::PlotWorkSheet( Plotter *plotter, BASE_SCREEN* screen )
case
WS_UPPER_SEGMENT
:
case
WS_LEFT_SEGMENT
:
case
WS_SEGMENT
:
plot
->
move_to
(
pos
);
plot
ter
->
move_to
(
pos
);
pos
.
x
=
(
ref
.
x
-
WsItem
->
m_Endx
)
*
conv_unit
;
pos
.
y
=
(
ref
.
y
-
WsItem
->
m_Endy
)
*
conv_unit
;
plot
->
finish_to
(
pos
);
plot
ter
->
finish_to
(
pos
);
break
;
}
}
...
...
@@ -298,10 +298,10 @@ void WinEDA_DrawFrame::PlotWorkSheet( Plotter *plotter, BASE_SCREEN* screen )
break
;
case
WS_LEFT_SEGMENT_D
:
case
WS_SEGMENT_D
:
plot
->
move_to
(
pos
);
plot
ter
->
move_to
(
pos
);
pos
.
x
=
(
ref
.
x
-
WsItem
->
m_Endx
)
*
conv_unit
;
pos
.
y
=
(
ref
.
y
-
WsItem
->
m_Endy
)
*
conv_unit
;
plot
->
finish_to
(
pos
);
plot
ter
->
finish_to
(
pos
);
break
;
}
}
...
...
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