brittyazel / Neuron

A full-featured World of Warcraft action bar and interface replacement addon
https://www.curseforge.com/wow/addons/neuron
MIT License
31 stars 21 forks source link

Renaming a bar throws an error #414

Closed KOVIKO closed 1 year ago

KOVIKO commented 3 years ago

There's an error when trying to rename a bar:

Time: Fri Jan 29 00:27:18 2021
Count: 1
Stack: Interface\AddOns\Neuron\Neuron-GUI.lua:843: attempt to index field 'text' (a nil value)
[string "=[C]"]: ?
[string "@Interface\AddOns\Neuron\Neuron-GUI.lua"]:843: in function `updateBarName'
[string "@Interface\AddOns\Neuron\Neuron-GUI.lua"]:976: in function <Interface\AddOns\Neuron\Neuron-GUI.lua:976>

When I comment out Neuron-GUI.lua:843, renaming bars seems to work as expected. /dump on Neuron.CurrentBar.text confirms that this table field does not exist.

ylixir commented 1 year ago

fixed in the NeuronNext UI redesign