mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Replot after spec2dComboBox is changed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8424 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
9c99fac364
commit
02701adff5
@ -170,7 +170,6 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
|
||||
if (swide[i]<1.e29) painter1.setPen(g_ColorTbl[y1]);
|
||||
painter1.drawPoint(i,m_j);
|
||||
}
|
||||
// if(m_bReplot) return;
|
||||
|
||||
m_line++;
|
||||
|
||||
|
@ -329,7 +329,7 @@ void WideGraph::on_spec2dComboBox_currentIndexChanged(const QString &arg1)
|
||||
if(arg1=="Reference") {
|
||||
ui->widePlot->setReference(true);
|
||||
}
|
||||
// if(ui->widePlot->scaleOK ()) ui->widePlot->draw(swide,false,false);
|
||||
replot();
|
||||
}
|
||||
|
||||
void WideGraph::on_fSplitSpinBox_valueChanged(int n) //fSplit
|
||||
|
Loading…
Reference in New Issue
Block a user