mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix merge error.
(cherry picked from commit d8cbafe858eb1e3dbb6bb597f0eae0eeb7b1ce92)
This commit is contained in:
parent
17af4aa5ce
commit
7c97ed6f16
@ -312,7 +312,7 @@ void NETLIST_EXPORTER_SPICE::ReadDirectives( unsigned aNetlistOptions )
|
||||
if( item->Type() == SCH_TEXT_T )
|
||||
text = static_cast<SCH_TEXT*>( item )->GetShownText( &sheet, false );
|
||||
else if( item->Type() == SCH_TEXTBOX_T )
|
||||
text = static_cast<SCH_TEXTBOX*>( item )->GetShownText( &sheet, false );
|
||||
text = static_cast<SCH_TEXTBOX*>( item )->GetShownText( nullptr, &sheet, false );
|
||||
else
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user