update updates the menu visual state
()
| 453 | |
| 454 | // update updates the menu visual state |
| 455 | func (m *Menu) update() { |
| 456 | |
| 457 | m.applyStyle(&m.styles.Body.Normal) |
| 458 | } |
| 459 | |
| 460 | // applyStyle applies the specified menu body style |
| 461 | func (m *Menu) applyStyle(mbs *MenuBodyStyle) { |
no test coverage detected