mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
apply the selected sample rate for hardware dso when data is empty
This commit is contained in:
parent
07d6d22c25
commit
08e0cb24ba
@ -685,8 +685,7 @@ namespace pv
|
||||
if (_device_agent->get_work_mode() == DSO){
|
||||
commit_hori_res();
|
||||
|
||||
if (_device_agent->is_demo() && _session->have_view_data() == false)
|
||||
{
|
||||
if (_session->have_view_data() == false){
|
||||
_session->apply_samplerate();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user