diff --git a/sdrbase/gui/glscopegui.cpp b/sdrbase/gui/glscopegui.cpp index 4237993f2..e787cd676 100644 --- a/sdrbase/gui/glscopegui.cpp +++ b/sdrbase/gui/glscopegui.cpp @@ -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;