Gerbview: fixed a bug in my previous commit.

This commit is contained in:
jean-pierre charras 2010-10-16 18:21:54 +02:00
parent a8ebad2fc4
commit a911720adf
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ void GERBER_DRAW_ITEM::SetLayerParameters()
m_layerOffset = m_imageParams->m_Offset; // Offset from OF command
// Rotation from RO command:
m_layerRotation = m_imageParams->m_LocalRotation;
m_LayerNegative = m_imageParams->GetLayerParams().m_LayerNegative;
}