]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/menu/xonotic/weaponslist.qc
Merge branch 'terencehill/menu_applybutton_improvements' into 'master'
authorMario <zacjardine@y7mail.com>
Thu, 28 Jan 2016 20:18:55 +0000 (20:18 +0000)
committerMario <zacjardine@y7mail.com>
Thu, 28 Jan 2016 20:18:55 +0000 (20:18 +0000)
commitcd646fbc1e094004709b2ed57bd89d78be386899
tree090b029bb7674bc100da6f6f42865480eaad628e
parent8b5603db40e6a8df2cbdae9ce644493b49817f1d
parent32983b8cdef3372a2a56a22d8a5f97cf72928728
Merge branch 'terencehill/menu_applybutton_improvements' into 'master'

Menu: Apply button improvements

Keep Apply buttons disabled, enable them as soon as user changes some setting that needs to be applied. This code change is also useful to prevent coders from moving menu items from a window to another one without moving the relative command of the Apply button

See merge request !265