MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / overprintingSimulation

Method overprintingSimulation

src/gui/map/map_editor.cpp:2111–2118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2109}
2110
2111void MapEditorController::overprintingSimulation(bool checked)
2112{
2113 if (checked && !map->hasSpotColors())
2114 {
2115 checked = false;
2116 }
2117 main_view->setOverprintingSimulationEnabled(checked);
2118}
2119
2120void MapEditorController::coordsDisplayChanged()
2121{

Callers

nothing calls this directly

Calls 2

hasSpotColorsMethod · 0.80

Tested by

no test coverage detected