7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 00:21:31 +00:00

Fix step export not resolving variables

Fixes https://gitlab.com/kicad/code/kicad/-/issues/12754
This commit is contained in:
Marek Roszko 2022-11-07 23:21:48 -05:00
parent cd30da179a
commit d8e9436d92

View File

@ -37,11 +37,12 @@
#include <string>
#include <wx_filename.h>
#include <pgm_base.h>
KICADPCB::KICADPCB( const wxString& aPcbName )
{
m_resolver.Set3DConfigDir( wxT( "" ) );
m_resolver.SetProgramBase( &Pgm() );
m_topSolderMask = wxColour( 15, 102, 15 );
m_bottomSolderMask = wxColour( 15, 102, 15 );