mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Compare commits
2 Commits
e04e1789e6
...
2bc0814fc8
Author | SHA1 | Date | |
---|---|---|---|
|
2bc0814fc8 | ||
|
00d343d300 |
@ -424,7 +424,7 @@ bool DIALOG_SIM_COMMAND::TransferDataFromWindow()
|
||||
}
|
||||
|
||||
if( !ref.IsEmpty() )
|
||||
ref = wxS( "," ) + m_circuitModel->GetItemName( ref );
|
||||
ref = wxS( ", " ) + ref;
|
||||
|
||||
m_simCommand.Printf( ".noise v(%s%s) %s %s %s %s %s %s",
|
||||
output,
|
||||
|
Loading…
x
Reference in New Issue
Block a user