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