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
6d3fd3a0
Commit
6d3fd3a0
authored
Jan 07, 2012
by
Александр Закамалдин
Committed by
Dick Hollenbeck
Jan 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch drifted with time, and a patch hunk was erroneously applied by the patch program,
rather than being rejected.
parent
2caa72f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
plot_common.h
include/plot_common.h
+10
-0
No files found.
include/plot_common.h
View file @
6d3fd3a0
...
...
@@ -362,6 +362,16 @@ public:
plot_scale_adjX
=
scaleX
;
plot_scale_adjY
=
scaleY
;
}
virtual
void
set_plot_width_adj
(
double
width
)
{
plot_width_adj
=
width
;
}
virtual
double
get_plot_width_adj
()
{
return
plot_width_adj
;
}
virtual
void
set_viewport
(
wxPoint
aOffset
,
double
aScale
,
bool
aMirror
);
virtual
void
rect
(
wxPoint
p1
,
wxPoint
p2
,
FILL_T
fill
,
int
width
=
-
1
);
...
...
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