Fix init ordering
This commit is contained in:
parent
8737c6eb3c
commit
bdf70ec869
|
@ -40,8 +40,8 @@ PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS( PROJECT* aProject, const wxStrin
|
|||
m_ViaOpacity( 1.0 ),
|
||||
m_PadOpacity( 1.0 ),
|
||||
m_ZoneOpacity( 0.6 ),
|
||||
m_ImageOpacity( 0.6 ),
|
||||
m_ShapeOpacity( 1.0 ),
|
||||
m_ImageOpacity( 0.6 ),
|
||||
m_PcbSelectionFilter(),
|
||||
m_project( aProject )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue