mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-15 20:28:52 -04:00
Channel Analyzer: fixed data mode button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user