| 194 | } |
| 195 | |
| 196 | void MapWidget::AntialiasingOff() |
| 197 | { |
| 198 | auto engine = m_framework.GetDrapeEngine(); |
| 199 | if (engine != nullptr) |
| 200 | engine->SetPosteffectEnabled(df::PostprocessRenderer::Antialiasing, false); |
| 201 | } |
| 202 | |
| 203 | void MapWidget::ScaleChanged(int action) |
| 204 | { |
nothing calls this directly
no test coverage detected