]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Don't show any tooltip with the name of the selected cvar in the cvar list as it...
authorterencehill <piuntn@gmail.com>
Thu, 3 Dec 2020 16:28:48 +0000 (17:28 +0100)
committerterencehill <piuntn@gmail.com>
Thu, 3 Dec 2020 16:28:48 +0000 (17:28 +0100)
commit33e2e50e79eab12dba6bcb0986725331c33034b7
treee3a024b363b9637214ab7b7d56fc518da002c9bf
parentea0420698191b48825f5a3b9513aa1e7b234014b
Don't show any tooltip with the name of the selected cvar in the cvar list as it's pointless and looks wrong (this change has been made by renaming cvarName to controlledCvar everywhere in the menu code except in cvarlist.qc/cvarlist.qh); it fixes #2481
22 files changed:
qcsrc/menu/menu.qc
qcsrc/menu/xonotic/campaign.qc
qcsrc/menu/xonotic/campaign.qh
qcsrc/menu/xonotic/checkbox.qc
qcsrc/menu/xonotic/checkbox.qh
qcsrc/menu/xonotic/checkbox_slider_invalid.qc
qcsrc/menu/xonotic/checkbox_string.qc
qcsrc/menu/xonotic/checkbox_string.qh
qcsrc/menu/xonotic/colorbutton.qc
qcsrc/menu/xonotic/colorbutton.qh
qcsrc/menu/xonotic/colorpicker_string.qc
qcsrc/menu/xonotic/colorpicker_string.qh
qcsrc/menu/xonotic/inputbox.qc
qcsrc/menu/xonotic/inputbox.qh
qcsrc/menu/xonotic/radiobutton.qc
qcsrc/menu/xonotic/radiobutton.qh
qcsrc/menu/xonotic/slider.qc
qcsrc/menu/xonotic/slider.qh
qcsrc/menu/xonotic/slider_decibels.qc
qcsrc/menu/xonotic/textslider.qc
qcsrc/menu/xonotic/textslider.qh
qcsrc/menu/xonotic/util.qc