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

This commit is contained in:
charras 2009-02-17 18:02:55 +00:00
parent 5cf5bbce8b
commit 4e348a58fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 )