from retail
This commit is contained in:
@@ -896,8 +896,8 @@ function OptionsPrivate.OpenDebugLog(text)
|
||||
frame.debugLog:Open(text)
|
||||
end
|
||||
|
||||
function OptionsPrivate.OpenUpdate(data, children, target, sender)
|
||||
return frame.update:Open(data, children, target, sender)
|
||||
function OptionsPrivate.OpenUpdate(data, children, target, sender, callbackFunc)
|
||||
return frame.update:Open(data, children, target, sender, callbackFunc)
|
||||
end
|
||||
|
||||
function OptionsPrivate.ConvertDisplay(data, newType)
|
||||
@@ -1931,7 +1931,7 @@ function OptionsPrivate.AddTextFormatOption(input, withHeader, get, addOption, h
|
||||
headerOption = {
|
||||
type = "execute",
|
||||
control = "WeakAurasExpandSmall",
|
||||
name = L["|cFFffcc00Format Options|r"],
|
||||
name = L["|cffffcc00Format Options|r"],
|
||||
width = WeakAuras.doubleWidth,
|
||||
func = function(info, button)
|
||||
setHidden(not hidden())
|
||||
|
||||
Reference in New Issue
Block a user