* @brief Insert the layer properties list at the given index and make it the current list. */
| 659 | * @brief Insert the layer properties list at the given index and make it the current list. |
| 660 | */ |
| 661 | void insert_layer_list (unsigned int index) |
| 662 | { |
| 663 | insert_layer_list (index, LayerPropertiesList ()); |
| 664 | } |
| 665 | |
| 666 | /** |
| 667 | * @brief Sets the currently active layer by layer properties and cell view index |
no test coverage detected