Skip to content

Commit

Permalink
Fix manage trees in tree compare dropdown (#7561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwglau authored Jun 27, 2024
1 parent 99cd9ba commit 47ab281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Classes/TreeTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ local TreeTabClass = newClass("TreeTab", "ControlHost", function(self, build)
self.controls.compareSelect = new("DropDownControl", { "LEFT", self.controls.compareCheck, "RIGHT" }, 8, 0, 190, 20, nil, function(index, value)
if self.specList[index] then
self:SetCompareSpec(index)
else
self:OpenSpecManagePopup()
end
end)
self.controls.compareSelect.shown = false
Expand Down

0 comments on commit 47ab281

Please sign in to comment.