2
0
forked from Ivasoft/DSView

The status of decoder pannel can't resotre on repeat mode

This commit is contained in:
dreamsourcelabTAI
2024-04-16 09:56:05 +08:00
parent 648fb2feba
commit 54d8dba298

View File

@@ -1821,13 +1821,13 @@ namespace pv
{
prgRate(0);
_view->repeat_unshow();
_view->on_state_changed(true);
_protocol_widget->update_view_status();
_view->on_state_changed(true);
break;
}
case DSV_MSG_END_COLLECT_WORK:
{
update_toolbar_view_status();
update_toolbar_view_status();
_protocol_widget->update_view_status();
break;
}
case DSV_MSG_CURRENT_DEVICE_CHANGE_PREV: