Home
last modified time | relevance | path

Searched refs:selection_first_layer (Results 1 – 1 of 1) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_track_via_properties.cpp98 int selection_first_layer = -1; in DIALOG_TRACK_VIA_PROPERTIES() local
190 selection_first_layer = v->TopLayer(); in DIALOG_TRACK_VIA_PROPERTIES()
213 if( selection_first_layer != v->TopLayer() ) in DIALOG_TRACK_VIA_PROPERTIES()
215 selection_first_layer = UNDEFINED_LAYER; in DIALOG_TRACK_VIA_PROPERTIES()
263 if( selection_first_layer == UNDEFINED_LAYER ) in DIALOG_TRACK_VIA_PROPERTIES()
268 m_ViaStartLayer->SetLayerSelection( selection_first_layer ); in DIALOG_TRACK_VIA_PROPERTIES()