Revert "Remove unused variable."
It's only unused on Mac
This reverts commit d3fb22014f
.
This commit is contained in:
parent
f46486bc3e
commit
e95323a37e
|
@ -66,6 +66,7 @@ static const UTIL::CFG_MAP<KIGFX::GRID_SNAPPING> gridSnapConfigVals =
|
||||||
|
|
||||||
GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL( wxWindow* aParent, EDA_DRAW_FRAME* aDrawFrame ) :
|
GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL( wxWindow* aParent, EDA_DRAW_FRAME* aDrawFrame ) :
|
||||||
wxPanel( aParent, wxID_ANY ),
|
wxPanel( aParent, wxID_ANY ),
|
||||||
|
m_drawFrame( aDrawFrame ),
|
||||||
m_galOptions( aDrawFrame->GetGalDisplayOptions() )
|
m_galOptions( aDrawFrame->GetGalDisplayOptions() )
|
||||||
{
|
{
|
||||||
// the main sizer that holds "columns" of settings
|
// the main sizer that holds "columns" of settings
|
||||||
|
|
|
@ -51,6 +51,8 @@ public:
|
||||||
bool TransferDataFromWindow() override;
|
bool TransferDataFromWindow() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
EDA_DRAW_FRAME* m_drawFrame;
|
||||||
|
|
||||||
wxBoxSizer* m_mainSizer;
|
wxBoxSizer* m_mainSizer;
|
||||||
|
|
||||||
#ifndef __WXMAC__
|
#ifndef __WXMAC__
|
||||||
|
|
Loading…
Reference in New Issue