7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 09:29:50 +00:00

Update field order in PCB_TUNING_PATTERN.

This commit is contained in:
Alex Shvartzkop 2024-10-30 09:12:24 +03:00
parent bf54c86d7d
commit d2c33e186e

View File

@ -554,9 +554,9 @@ protected:
wxString m_lastNetName;
wxString m_tuningInfo;
bool m_updateSideFromEnd;
PNS::MEANDER_PLACER_BASE::TUNING_STATUS m_tuningStatus;
bool m_updateSideFromEnd;
};