mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
Disable show the error infomation about set demo device's trigger
This commit is contained in:
parent
de0aea2364
commit
1075e62db9
@ -240,7 +240,12 @@ void DsoTriggerDock::pos_changed(int pos)
|
||||
"Change horiz trigger position failed!"));
|
||||
msg.mBox()->setStandardButtons(QMessageBox::Ok);
|
||||
msg.mBox()->setIcon(QMessageBox::Warning);
|
||||
msg.exec();
|
||||
|
||||
if (_session->get_device()->is_hardware()){
|
||||
msg.exec();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
set_trig_pos(pos);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user