2
0
forked from Ivasoft/DSView

fix: Failed to load the measure information of DSCope on bottom from file

This commit is contained in:
dreamsourcelabTAI
2023-06-20 16:35:56 +08:00
parent 7053af0a8f
commit 2f3227b668
3 changed files with 22 additions and 5 deletions

View File

@@ -1096,7 +1096,7 @@ namespace pv
if (sessionObj.contains("measure"))
{
auto *bottom_bar = _view->get_viewstatus();
bottom_bar->load_session(sessionObj["measure"].toArray());
bottom_bar->load_session(sessionObj["measure"].toArray(), format_ver);
}
if (gvar_opts != NULL)