Fix init ordering

This commit is contained in:
Ian McInerney 2024-06-27 19:43:58 +01:00
parent 8737c6eb3c
commit bdf70ec869
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@ PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS( PROJECT* aProject, const wxStrin
m_ViaOpacity( 1.0 ), m_ViaOpacity( 1.0 ),
m_PadOpacity( 1.0 ), m_PadOpacity( 1.0 ),
m_ZoneOpacity( 0.6 ), m_ZoneOpacity( 0.6 ),
m_ImageOpacity( 0.6 ),
m_ShapeOpacity( 1.0 ), m_ShapeOpacity( 1.0 ),
m_ImageOpacity( 0.6 ),
m_PcbSelectionFilter(), m_PcbSelectionFilter(),
m_project( aProject ) m_project( aProject )
{ {