Commit 4e348a58 authored by charras's avatar charras

pcbnew: fixed bug when printing at accurate scale 1: fine X scale adjust not working

parent 5cf5bbce
......@@ -688,7 +688,7 @@ void EDA_Printout::DrawPage()
if( userscale == 1.0 ) // Draw the Sheet refs at optimum scale, and board at 1.0 scale
{
dc->SetUserScale( accurate_Yscale, accurate_Yscale );
dc->SetUserScale( accurate_Xscale, accurate_Yscale );
}
if( s_PrintMirror )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment