mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 05:24:18 -04:00
Scope GUI: do not apply trigger settings on trace length changed or sample rate changed
This commit is contained in:
@@ -479,7 +479,6 @@ void GLScopeGUI::on_scope_traceSizeChanged(int)
|
||||
setTrigPreDisplay();
|
||||
setTrigDelayDisplay();
|
||||
applySettings();
|
||||
applyTriggerSettings();
|
||||
}
|
||||
|
||||
void GLScopeGUI::on_scope_sampleRateChanged(int)
|
||||
@@ -492,7 +491,6 @@ void GLScopeGUI::on_scope_sampleRateChanged(int)
|
||||
setTrigPreDisplay();
|
||||
setTrigDelayDisplay();
|
||||
applySettings();
|
||||
applyTriggerSettings();
|
||||
}
|
||||
|
||||
void GLScopeGUI::setTimeScaleDisplay()
|
||||
|
||||
Reference in New Issue
Block a user