self:SetResetFunction(function() self:GetParent():ResetFilters() end);
local LibDD = LibStub:GetLibrary("LibUIDropDownMenu-4.0")
LibDD:ToggleDropDownMenu(1, nil, self:GetParent().filterDropDown, self, 74, 15);
local LibDD = LibStub:GetLibrary("LibUIDropDownMenu-4.0")
self.filterDropDown = LibDD:Create_UIDropDownMenu(self:GetName().."FilterDropDown", self)
SoulshapesJournalCollectedFilterDropDown_OnLoad(self.filterDropDown)
self:OnLoad();