mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
flex 1500
* remove startup reference to tci centers array
This commit is contained in:
parent
be06a1a97f
commit
085a13da63
1 changed files with 1 additions and 2 deletions
|
|
@ -1342,8 +1342,7 @@ void TRACED(init_dsp_controls)
|
|||
btnFILT->hide();
|
||||
opBW->show();
|
||||
if (selrig->name_ == rig_tci_sundx.name_ ||
|
||||
selrig->name_ == rig_tci_sunpro.name_ ||
|
||||
selrig->name_ == rig_FLEX1500.name_ ) {
|
||||
selrig->name_ == rig_tci_sunpro.name_ ) {
|
||||
opCENTER->clear();
|
||||
for (int i = 0; i < tci_nbr_centers; i++)
|
||||
opCENTER->add(TCI_centers[i].c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue