Commit a911720a authored by jean-pierre charras's avatar jean-pierre charras

Gerbview: fixed a bug in my previous commit.

parent a8ebad2f
......@@ -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;
}
......
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