mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix copy/pasta.
This commit is contained in:
parent
31cf3f9b53
commit
dc342c0fc1
@ -2213,7 +2213,7 @@ std::vector<EDA_ITEM*> PCB_TUNING_PATTERN::GetPreviewItems( GENERATOR_TOOL* aToo
|
||||
}
|
||||
else
|
||||
{
|
||||
if( m_settings.m_targetLengthDelay.Opt() == PNS::MEANDER_SETTINGS::LENGTH_UNCONSTRAINED )
|
||||
if( m_settings.m_targetLength.Opt() == PNS::MEANDER_SETTINGS::LENGTH_UNCONSTRAINED )
|
||||
{
|
||||
statusItem->ClearMinMax();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user