forked from Ivasoft/DSView
fix: Failed to load the measure information of DSCope on bottom from file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user