commit | 01922ecfa1bf7538d610b039ef311b966e55078d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:57 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | a9d384616c67c9f9999317a3d253ea37a5b57f5d | |
parent | 719a3c63cdcb997df5573c00b3cd1e2ad0c62ab4 [diff] |
expo: Draw popup menus in both opened and closed states When a popup menu is closed it shows only the selected item. When it is open it shows a background and all items, with a highlight that can be moved between the items. Add the drawing logic for this. Signed-off-by: Simon Glass <sjg@chromium.org>