From 908697c9c8ce6f1179dcf538e8e014df0a04463c Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 14 Feb 2018 11:47:56 +0000 Subject: [PATCH] Turn place footprint's browser back on for Mac. Fixes: lp:1749436 * https://bugs.launchpad.net/kicad/+bug/1749436 --- common/dialogs/dialog_get_component.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/dialogs/dialog_get_component.cpp b/common/dialogs/dialog_get_component.cpp index c0516bb5ba..b3d34d3308 100644 --- a/common/dialogs/dialog_get_component.cpp +++ b/common/dialogs/dialog_get_component.cpp @@ -28,11 +28,7 @@ DIALOG_GET_COMPONENT::DIALOG_GET_COMPONENT( EDA_DRAW_FRAME* parent, DIALOG_GET_COMPONENT_BASE( parent, -1, Title ) { -#ifdef __WXMAC__ - m_auxToolSelector = false; -#else m_auxToolSelector = show_extra_tool; -#endif initDialog( HistoryList ); m_textCmpNameCtrl->SetFocus();