| 2090 | } |
| 2091 | |
| 2092 | void MapEditorController::hatchAreas(bool checked) |
| 2093 | { |
| 2094 | map->setAreaHatchingEnabled(checked); |
| 2095 | // Update all areas |
| 2096 | map->applyOnMatchingObjects(&Object::forceUpdate, ObjectOp::ContainsSymbolType{Symbol::Area}); |
| 2097 | } |
| 2098 | |
| 2099 | void MapEditorController::baselineView(bool checked) |
| 2100 | { |
nothing calls this directly
no test coverage detected