Neuron

Neuron

98.2k Downloads

Renaming a bar throws an error

KOVIKO opened this issue ยท 1 comments

commented

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.

commented

fixed in the NeuronNext UI redesign