mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05:00
Scope GUI: do not apply trigger settings on trace length changed or sample rate changed
This commit is contained in:
parent
fa754da0f1
commit
ca52dbf5b4
@ -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()
|
||||
|
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>656</width>
|
||||
<height>214</height>
|
||||
<width>634</width>
|
||||
<height>115</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="font">
|
||||
|
Loading…
Reference in New Issue
Block a user