MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / reconstruct

Method reconstruct

DSView/pv/view/view.cpp:1391–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389}
1390
1391void View::reconstruct()
1392{
1393 if (_device_agent->get_work_mode() == DSO)
1394 _viewbottom->setFixedHeight(DsoStatusHeight);
1395 else
1396 _viewbottom->setFixedHeight(StatusHeight);
1397 _viewbottom->reload();
1398}
1399
1400void View::repeat_show()
1401{

Callers

nothing calls this directly

Calls 2

get_work_modeMethod · 0.80
reloadMethod · 0.45

Tested by

no test coverage detected