Avoid spacemouse if not defined
This commit is contained in:
parent
942732057b
commit
0ad2726f31
|
@ -86,8 +86,10 @@ SCH_BASE_FRAME::SCH_BASE_FRAME( KIWAY* aKiway, wxWindow* aParent, FRAME_T aWindo
|
||||||
const wxSize& aSize, long aStyle, const wxString& aFrameName ) :
|
const wxSize& aSize, long aStyle, const wxString& aFrameName ) :
|
||||||
EDA_DRAW_FRAME( aKiway, aParent, aWindowType, aTitle, aPosition, aSize, aStyle,
|
EDA_DRAW_FRAME( aKiway, aParent, aWindowType, aTitle, aPosition, aSize, aStyle,
|
||||||
aFrameName ),
|
aFrameName ),
|
||||||
m_base_frame_defaults( nullptr, "base_Frame_defaults" ),
|
m_base_frame_defaults( nullptr, "base_Frame_defaults" )
|
||||||
m_spaceMouse( nullptr )
|
#if defined( KICAD_USE_3DCONNEXION )
|
||||||
|
,m_spaceMouse( nullptr )
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
createCanvas();
|
createCanvas();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue