Skip to content

Commit abfef51

Browse files
committed
fix checkboxcontrol for watchers eye
1 parent c555a45 commit abfef51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ function TradeQueryGeneratorClass:RequestQuery(slot, context, statWeights, callb
12901290
popupHeight = popupHeight + 4
12911291

12921292
if context.slotTbl.slotName == "Watcher's Eye" then
1293-
controls.includeAllWEMods = new("CheckBoxControl", {"TOPRIGHT",lastItemAnchor,"BOTTOMRIGHT"}, 0, 5, 18, "Include all Watcher's Eye mods:", function(state) end)
1293+
controls.includeAllWEMods = new("CheckBoxControl", {"TOPRIGHT",lastItemAnchor,"BOTTOMRIGHT"}, {0, 5, 18}, "Include all Watcher's Eye mods:", function(state) end)
12941294
controls.includeAllWEMods.tooltipText = "Include all Watcher's Eye mods in the generated query for which weights couldn't be calculated"
12951295
lastItemAnchor = controls.includeAllWEMods
12961296
popupHeight = popupHeight + 23

0 commit comments

Comments
 (0)