mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix initialization order.
This commit is contained in:
parent
976278e5a6
commit
0b6de964fd
@ -152,10 +152,10 @@ const wxAuiPaneInfo& defaultDesignBlocksPaneInfo( wxWindow* aWindow )
|
|||||||
EESCHEMA_SETTINGS::EESCHEMA_SETTINGS() :
|
EESCHEMA_SETTINGS::EESCHEMA_SETTINGS() :
|
||||||
APP_SETTINGS_BASE( "eeschema", eeschemaSchemaVersion ),
|
APP_SETTINGS_BASE( "eeschema", eeschemaSchemaVersion ),
|
||||||
m_Appearance(),
|
m_Appearance(),
|
||||||
m_AutoplaceFields(),
|
|
||||||
m_Drawing(),
|
m_Drawing(),
|
||||||
m_FindReplaceExtra(),
|
|
||||||
m_Input(),
|
m_Input(),
|
||||||
|
m_AutoplaceFields(),
|
||||||
|
m_Selection(),
|
||||||
m_PageSettings(),
|
m_PageSettings(),
|
||||||
m_AnnotatePanel(),
|
m_AnnotatePanel(),
|
||||||
m_BomPanel(),
|
m_BomPanel(),
|
||||||
@ -163,8 +163,9 @@ EESCHEMA_SETTINGS::EESCHEMA_SETTINGS() :
|
|||||||
m_LibViewPanel(),
|
m_LibViewPanel(),
|
||||||
m_NetlistPanel(),
|
m_NetlistPanel(),
|
||||||
m_SymChooserPanel(),
|
m_SymChooserPanel(),
|
||||||
|
m_FindReplaceExtra(),
|
||||||
|
m_ERCDialog(),
|
||||||
m_ImportGraphics(),
|
m_ImportGraphics(),
|
||||||
m_Selection(),
|
|
||||||
m_Simulator(),
|
m_Simulator(),
|
||||||
m_RescueNeverShow( false )
|
m_RescueNeverShow( false )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user