| 334 | } |
| 335 | |
| 336 | qreal Settings::getMapEditorSnapDistancePx() |
| 337 | { |
| 338 | return Util::mmToPixelPhysical(getSettingCached(Settings::MapEditor_SnapDistanceMM).toReal()); |
| 339 | } |
| 340 | |
| 341 | qreal Settings::getRectangleToolHelperCrossRadiusPx() |
| 342 | { |
no test coverage detected