| 1311 | } |
| 1312 | |
| 1313 | void View::dso_factor_updated() |
| 1314 | { |
| 1315 | auto math_trace = _session->get_math_trace(); |
| 1316 | if (math_trace && math_trace->enabled()) { |
| 1317 | math_trace->update_vDial(); |
| 1318 | } |
| 1319 | } |
| 1320 | |
| 1321 | // -- lissajous figure |
| 1322 | void View::show_lissajous(bool show) |
no test coverage detected