forked from Ivasoft/DSView
New firmware file, and fix the dso trig dispaly an error pos
This commit is contained in:
@@ -1128,6 +1128,8 @@ namespace pv
|
||||
}
|
||||
else
|
||||
{
|
||||
dsv_info("DSO triged position updated event.");
|
||||
|
||||
int probe_count = 0;
|
||||
int probe_en_count = 0;
|
||||
|
||||
|
||||
@@ -518,7 +518,8 @@ void View::set_trig_pos(int percent)
|
||||
{
|
||||
uint64_t index = _session->cur_samplelimits() * percent / 100;
|
||||
|
||||
if (_session->have_view_data() == false){
|
||||
if (_session->have_view_data() == false
|
||||
|| _session->is_working()){
|
||||
set_trig_cursor_posistion(index);
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user