1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 09:16:39 -04:00

Scope GUI: do not apply trigger settings on trace length changed or sample rate changed

This commit is contained in:
f4exb 2016-04-01 06:22:19 +02:00
parent fa754da0f1
commit ca52dbf5b4
2 changed files with 2 additions and 4 deletions

View File

@ -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()

View File

@ -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">