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
179ada1c
Commit
179ada1c
authored
Jun 11, 2013
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eeschema: fix Bug #1189893 (ps plot file opened twice)
parent
39993e27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
plot_schematic_PS.cpp
eeschema/plot_schematic_PS.cpp
+0
-5
No files found.
eeschema/plot_schematic_PS.cpp
View file @
179ada1c
...
...
@@ -132,11 +132,6 @@ bool DIALOG_PLOT_SCHEMATIC::plotOneSheetPS( const wxString& aFileName,
double
aScale
,
bool
aPlotFrameRef
)
{
FILE
*
output_file
=
wxFopen
(
aFileName
,
wxT
(
"wt"
)
);
if
(
output_file
==
NULL
)
return
false
;
PS_PLOTTER
*
plotter
=
new
PS_PLOTTER
();
plotter
->
SetPageSettings
(
aPageInfo
);
plotter
->
SetDefaultLineWidth
(
GetDefaultLineThickness
()
);
...
...
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