Menus without a header had their initial position set to the second element by default. This was due to most menus having a header and us calling next_item() unconditionally. Now we first go to the first focusable item and then call next_item() as many times as needed to get to the specified initial_pos. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| climenu.py | ||