Thread Tools Display Modes
06-04-16, 07:15 PM   #1
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
statusText CVar's default value

This is a minor bug, but I think the new statusText cvar has the wrong default value
It's "0" (shown on mouseover) instead of "1" (always shown)

Setting the "Numerical" option again properly sets the cvar to "1"



InterfaceOptionsPanels.lua#L1570-L1592
Code:
GetCVarDefault("statusTextDisplay") -> "NUMERIC"
GetCVarDefault("statusText") -> "0"

To reproduce it you can reset the cvars (This is different from using the Reset to Defaults button)
Code:
/run for _, v in pairs({"statusText", "statusTextDisplay"}) do SetCVar(v, GetCVarDefault(v)) end

Last edited by Ketho : 06-17-16 at 12:51 PM.
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » statusText CVar's default value


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off