This commit is contained in:
Tercio Jose
2022-06-19 14:37:43 -03:00
parent 72bd44b973
commit 195934812f
3 changed files with 5 additions and 7 deletions
-2
View File
@@ -439,8 +439,6 @@ local runCallbackFunctionForButton = function(button)
end
end
--not used atm, problem: need to have the fixedValue which here is gotten by having the frame showing the option, but at :Select() time dropdown.menus{} isn't built yet nor have the button reference.
--solution: as fixedValue is a parameter of the dropdown it self,
local canRunCallbackFunctionForOption = function(canRunCallback, optionTable, dropdownObject)
if (canRunCallback) then
local fixedValue = rawget(dropdownObject, "FixedValue")