slot
| 368 | |
| 369 | // slot |
| 370 | void MapEditorTool::settingsChanged() |
| 371 | { |
| 372 | click_tolerance = Settings::getInstance().getMapEditorClickTolerancePx(); |
| 373 | start_drag_distance = Settings::getInstance().getStartDragDistancePx(); |
| 374 | scale_factor = calculateScaleFactor(); |
| 375 | point_handles.setScaleFactor(scale_factor); |
| 376 | draw_on_right_click = Settings::getInstance().getSettingCached(Settings::MapEditor_DrawLastPointOnRightClick).toBool(); |
| 377 | } |
| 378 | |
| 379 | |
| 380 | } // namespace OpenOrienteering |
nothing calls this directly
no test coverage detected