mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Channel Analyzer: fixed data mode button
This commit is contained in:
parent
c9f9990764
commit
c4957d2ee5
@ -51,7 +51,7 @@ private slots:
|
||||
void on_scope_traceSizeChanged(int value);
|
||||
void on_time_valueChanged(int value);
|
||||
void on_timeOfs_valueChanged(int value);
|
||||
void on_displayMode_currentIndexChanged(int index);
|
||||
void on_dataMode_currentIndexChanged(int index);
|
||||
|
||||
void on_horizView_clicked();
|
||||
void on_vertView_clicked();
|
||||
|
@ -133,7 +133,7 @@ void GLScopeGUI::on_timeOfs_valueChanged(int value)
|
||||
m_glScope->setTimeOfsProMill(value);
|
||||
}
|
||||
|
||||
void GLScopeGUI::on_displayMode_currentIndexChanged(int index)
|
||||
void GLScopeGUI::on_dataMode_currentIndexChanged(int index)
|
||||
{
|
||||
m_displayData = index;
|
||||
switch(index) {
|
||||
|
Loading…
Reference in New Issue
Block a user