Turn place footprint's browser back on for Mac.
Fixes: lp:1749436 * https://bugs.launchpad.net/kicad/+bug/1749436
This commit is contained in:
parent
29b28de317
commit
908697c9c8
|
@ -28,11 +28,7 @@ DIALOG_GET_COMPONENT::DIALOG_GET_COMPONENT( EDA_DRAW_FRAME* parent,
|
||||||
DIALOG_GET_COMPONENT_BASE( parent, -1, Title )
|
DIALOG_GET_COMPONENT_BASE( parent, -1, Title )
|
||||||
{
|
{
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
|
||||||
m_auxToolSelector = false;
|
|
||||||
#else
|
|
||||||
m_auxToolSelector = show_extra_tool;
|
m_auxToolSelector = show_extra_tool;
|
||||||
#endif
|
|
||||||
initDialog( HistoryList );
|
initDialog( HistoryList );
|
||||||
|
|
||||||
m_textCmpNameCtrl->SetFocus();
|
m_textCmpNameCtrl->SetFocus();
|
||||||
|
|
Loading…
Reference in New Issue