| 27 | {} |
| 28 | |
| 29 | void SpatialControlWindow::shutdownIntern() |
| 30 | { |
| 31 | auto& settings = GlobalSettings::get(); |
| 32 | settings.setValue("windows.spatial control.zoom sensitivity", Viewport::get().getZoomSensitivity()); |
| 33 | } |
| 34 | |
| 35 | void SpatialControlWindow::processIntern() |
| 36 | { |
nothing calls this directly
no test coverage detected