1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 08:54:49 -04:00

Adjusted pre-trigger delay values span control on scope GUI

This commit is contained in:
f4exb
2015-07-22 01:49:52 +02:00
parent e8708d00fd
commit cafa6b522a
+1 -1
View File
@@ -364,7 +364,7 @@ void GLScopeGUI::on_timeOfs_valueChanged(int value)
void GLScopeGUI::on_trigPre_valueChanged(int value)
{
if ((value < 0) || (value > 100)) {
if ((value < 0) || (value > 99)) {
return;
}
m_triggerPre = value;