| 329 | } |
| 330 | |
| 331 | qreal Settings::getMapEditorClickTolerancePx() |
| 332 | { |
| 333 | return Util::mmToPixelPhysical(getSettingCached(Settings::MapEditor_ClickToleranceMM).toReal()); |
| 334 | } |
| 335 | |
| 336 | qreal Settings::getMapEditorSnapDistancePx() |
| 337 | { |
no test coverage detected