This commit is contained in:
Bunny67
2018-06-21 19:42:59 +03:00
parent 1f2826f062
commit e9d232b5c9
5 changed files with 5 additions and 5 deletions
@@ -24,7 +24,7 @@ do
local function ContentOnClick(this, button)
local self = this.obj
self:Fire("OnValueChanged", this.text:GetText())
self:Fire("OnValueChanged", 1, this.text:GetText())
if self.dropdown then
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
end
@@ -24,7 +24,7 @@ do
local function ContentOnClick(this, button)
local self = this.obj
self:Fire("OnValueChanged", this.text:GetText())
self:Fire("OnValueChanged", 1, this.text:GetText())
if self.dropdown then
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
end
@@ -24,7 +24,7 @@ do
local function ContentOnClick()
local self = this.obj
self:Fire("OnValueChanged", this.text:GetText())
self:Fire("OnValueChanged", 1, this.text:GetText())
if self.dropdown then
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
end
@@ -24,7 +24,7 @@ do
local function ContentOnClick()
local self = this.obj
self:Fire("OnValueChanged", this.text:GetText())
self:Fire("OnValueChanged", 1, this.text:GetText())
if self.dropdown then
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
end
@@ -24,7 +24,7 @@ do
local function ContentOnClick()
local self = this.obj
self:Fire("OnValueChanged", this.text:GetText())
self:Fire("OnValueChanged", 1, this.text:GetText())
if self.dropdown then
self.dropdown = AGSMW:ReturnDropDownFrame(self.dropdown)
end