mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
typo
This commit is contained in:
@@ -24,7 +24,7 @@ do
|
|||||||
|
|
||||||
local function ContentOnClick(this, button)
|
local function ContentOnClick(this, button)
|
||||||
local self = this.obj
|
local self = this.obj
|
||||||
self:Fire("OnValueChanged", this.text:GetText())
|
self:Fire("OnValueChanged", 1, this.text:GetText())
|
||||||
if self.dropdown then
|
if self.dropdown then
|
||||||
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ do
|
|||||||
|
|
||||||
local function ContentOnClick(this, button)
|
local function ContentOnClick(this, button)
|
||||||
local self = this.obj
|
local self = this.obj
|
||||||
self:Fire("OnValueChanged", this.text:GetText())
|
self:Fire("OnValueChanged", 1, this.text:GetText())
|
||||||
if self.dropdown then
|
if self.dropdown then
|
||||||
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ do
|
|||||||
|
|
||||||
local function ContentOnClick()
|
local function ContentOnClick()
|
||||||
local self = this.obj
|
local self = this.obj
|
||||||
self:Fire("OnValueChanged", this.text:GetText())
|
self:Fire("OnValueChanged", 1, this.text:GetText())
|
||||||
if self.dropdown then
|
if self.dropdown then
|
||||||
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ do
|
|||||||
|
|
||||||
local function ContentOnClick()
|
local function ContentOnClick()
|
||||||
local self = this.obj
|
local self = this.obj
|
||||||
self:Fire("OnValueChanged", this.text:GetText())
|
self:Fire("OnValueChanged", 1, this.text:GetText())
|
||||||
if self.dropdown then
|
if self.dropdown then
|
||||||
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ do
|
|||||||
|
|
||||||
local function ContentOnClick()
|
local function ContentOnClick()
|
||||||
local self = this.obj
|
local self = this.obj
|
||||||
self:Fire("OnValueChanged", this.text:GetText())
|
self:Fire("OnValueChanged", 1, this.text:GetText())
|
||||||
if self.dropdown then
|
if self.dropdown then
|
||||||
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user