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 changed files with 1 additions and 1 deletions

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;