Poobslag / turbofat

Block-dropping puzzle game
MIT License
55 stars 19 forks source link

Fixed SettingsMenu focus neighbours. #2868

Closed Poobslag closed 3 weeks ago

Poobslag commented 3 weeks ago

The SettingsMenu has up to two quit buttons. Before, only the top 'quit' button had its focus neighbours set. Now, the focus neighbours are set for the topmost node which is visible in the tree, and the focus neighbours are unset for the other node.

The 'Customize Controls' tab has three topmost buttons. Before, focus neighbors were only configured for an arbitrary one of the three. Now, focus neighbors are configured for all three. Navigating down from the TabContainer selects the currently pressed button.