pcbnew: fixed bug when printing at accurate scale 1: fine X scale adjust not working
This commit is contained in:
parent
5cf5bbce8b
commit
4e348a58fe
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue