Overridden get methods in Options.lua dysfunctional
Anghammar opened this issue ยท 1 comments
Some options in for example raidpet or maintanktarget frames are disabled and are supposedly reading their values from other frames. However this does not seem to function correctly when the actual frames are created. Examples of dysfunction lines are:
get = function(info) return LUF.db.profile.units["raid"].attribPoint end,
get = function() return LUF.db.profile.units.maintank.unitsPerColumn end,
get = function(info) return LUF.db.profile.units["raidpet"].attribAnchorPoint end,
Commenting out the "get" line in Options.lua under corresponding options in maintanktarget and raidpet and also enabling that option to be modified in the UI is a temporary fix to this problem.