mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Adjusted pre-trigger delay values span control on scope GUI
This commit is contained in:
parent
e8708d00fd
commit
cafa6b522a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user