| 861 | } |
| 862 | |
| 863 | void MenuControl::_updateItems(size_t _index) |
| 864 | { |
| 865 | if (mItemsInfo[_index].submenu != nullptr) |
| 866 | mItemsInfo[_index].submenu->_updateSizeForEmpty(); |
| 867 | } |
| 868 | |
| 869 | void MenuControl::_updateSizeForEmpty() |
| 870 | { |
nothing calls this directly
no test coverage detected