| 1299 | } |
| 1300 | |
| 1301 | void View::vDial_updated() |
| 1302 | { |
| 1303 | if (_cali != NULL) { |
| 1304 | _cali->update_device_info(); |
| 1305 | } |
| 1306 | |
| 1307 | auto math_trace = _session->get_math_trace(); |
| 1308 | if (math_trace && math_trace->enabled()) { |
| 1309 | math_trace->update_vDial(); |
| 1310 | } |
| 1311 | } |
| 1312 | |
| 1313 | void View::dso_factor_updated() |
| 1314 | { |
no test coverage detected