mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-27 02:09:14 -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();
|
setTrigPreDisplay();
|
||||||
setTrigDelayDisplay();
|
setTrigDelayDisplay();
|
||||||
applySettings();
|
applySettings();
|
||||||
applyTriggerSettings();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLScopeGUI::on_scope_sampleRateChanged(int)
|
void GLScopeGUI::on_scope_sampleRateChanged(int)
|
||||||
@ -492,7 +491,6 @@ void GLScopeGUI::on_scope_sampleRateChanged(int)
|
|||||||
setTrigPreDisplay();
|
setTrigPreDisplay();
|
||||||
setTrigDelayDisplay();
|
setTrigDelayDisplay();
|
||||||
applySettings();
|
applySettings();
|
||||||
applyTriggerSettings();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLScopeGUI::setTimeScaleDisplay()
|
void GLScopeGUI::setTimeScaleDisplay()
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>656</width>
|
<width>634</width>
|
||||||
<height>214</height>
|
<height>115</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
|
Loading…
Reference in New Issue
Block a user