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
7258d23b
Commit
7258d23b
authored
May 02, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
something that allowed this to compile with 2.9 wxWidgets
parent
6e6134ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dialog_print_using_printer.cpp
pcbnew/dialog_print_using_printer.cpp
+1
-1
No files found.
pcbnew/dialog_print_using_printer.cpp
View file @
7258d23b
...
...
@@ -467,7 +467,7 @@ void DIALOG_PRINT_USING_PRINTER::OnPrintButtonClick( wxCommandEvent& event )
wxString
title
=
_
(
"Print"
);
EDA_Printout
printout
(
this
,
m_Parent
,
title
,
s_Print_Sheet_Ref
);
#if
ndef __WINDOWS__
#if
!defined(__WINDOWS__) && !wxCHECK_VERSION(2,9,0)
wxDC
*
dc
=
printout
.
GetDC
();
(
(
wxPostScriptDC
*
)
dc
)
->
SetResolution
(
600
);
// Postscript DC resolution is 600 ppi
#endif
...
...
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