]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Menu: don't set focusedItem to values lower than -1 1470/head
authorterencehill <piuntn@gmail.com>
Sun, 9 Feb 2025 00:26:28 +0000 (01:26 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 14 Feb 2025 13:26:19 +0000 (13:26 +0000)
commit6c9f93c54b2b44d35e1bada7f586fe028015e996
tree4988af5966a4fa08af85f3c63ccdfe0e705d38c0
parent77eb7a12346cd59fefbb81c75e522a812a9c3557
Menu: don't set focusedItem to values lower than -1

It fixes this subtle bug: QC crash by "dragging" any item in Settings > Game's ListBox (the thing with HUD,
Messages, etc.) above the top of the list (even though it's an immutable list, so dragging should do
nothing other than change the selection).
It was due to XonoticRegisteredSettingsList_focusedItemChangeNotify considering focusedItems < -1
as valid items.
For extra safety I made so that XonoticRegisteredSettingsList_focusedItemChangeNotify considers any
focusedItem < 0 invalid anyway (like XonoticGametypeList_focusedItemChangeNotify).

I also removed a duplicated focusedItemChangeNotify declaration.
qcsrc/menu/item/listbox.qc
qcsrc/menu/xonotic/dialog_settings_game.qc
qcsrc/menu/xonotic/dialog_settings_game.qh