7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:35:31 +00:00
Wayne Stambaugh 2025-03-17 14:43:43 -04:00
parent 62cb67d854
commit 8fa48c7be2

View File

@ -101,6 +101,7 @@ DIALOG_EXPORT_STEP::DIALOG_EXPORT_STEP( PCB_EDIT_FRAME* aEditFrame, wxWindow* aP
DIALOG_EXPORT_STEP_BASE( aEditFrame ),
m_editFrame( aEditFrame ),
m_job( aJob ),
m_originUnits( 0 /* mm */ ),
m_boardPath( aBoardPath )
{
if( !m_job )