Set appropriate parent for new directory checkbox
Fixes: lp:1754731 * https://bugs.launchpad.net/kicad/+bug/1754731
This commit is contained in:
parent
bfe9eff878
commit
c6e6134ebd
|
@ -191,7 +191,7 @@ public:
|
|||
DIR_CHECKBOX( wxWindow* aParent )
|
||||
: wxPanel( aParent )
|
||||
{
|
||||
m_cbCreateDir = new wxCheckBox( aParent, wxID_ANY,
|
||||
m_cbCreateDir = new wxCheckBox( this, wxID_ANY,
|
||||
_( "Create a new directory for the project" ) );
|
||||
m_cbCreateDir->SetValue( true );
|
||||
|
||||
|
|
Loading…
Reference in New Issue