Skip to content

Commit 0366588

Browse files
committed
fix trader tool item slot anchor
1 parent 5797837 commit 0366588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Highest Weight - Displays the order retrieved from trade]]
464464
t_insert(slotTables, { slotName = self.itemsTab.sockets[nodeId].label, nodeId = nodeId })
465465
end
466466

467-
self.controls.sectionAnchor = new("LabelControl", {"LEFT", self.controls.poesessidButton, "LEFT"}, {0, row_vertical_padding + row_height, 0, 0}, "")
467+
self.controls.sectionAnchor = new("LabelControl", {"LEFT", self.controls.tradeTypeSelection, "LEFT"}, {0, row_vertical_padding + row_height, 0, 0}, "")
468468
top_pane_alignment_ref = {"TOPLEFT", self.controls.sectionAnchor, "TOPLEFT"}
469469
local scrollBarShown = #slotTables > 21 -- clipping starts beyond this
470470
-- dynamically hide rows that are above or below the scrollBar

0 commit comments

Comments
 (0)