* @brief Replace the layer node with a new one for the current layer list */
| 502 | * @brief Replace the layer node with a new one for the current layer list |
| 503 | */ |
| 504 | void replace_layer_node (const LayerPropertiesConstIterator &iter, const LayerPropertiesNode &props) |
| 505 | { |
| 506 | replace_layer_node (current_layer_list (), iter, props); |
| 507 | } |
| 508 | |
| 509 | /** |
| 510 | * @brief Replace the layer node with a new one for the layer list with the given index |
no test coverage detected