| 2433 | } |
| 2434 | |
| 2435 | void WorksheetView::plotsInteractiveActionChanged(bool checked) { |
| 2436 | m_worksheet->setPlotsInteractive(checked); |
| 2437 | } |
| 2438 | |
| 2439 | void WorksheetView::cartesianPlotMouseModeChanged(QAction* action) { |
| 2440 | if (m_suppressMouseModeChange) |
nothing calls this directly
no test coverage detected