Inventorian: Search Presets

Inventorian: Search Presets

10.6k Downloads

RIP EasyMenu

Closed this issue ยท 1 comments

commented

As the (very short title) says: EasyMenu is no more, and this addon relied on it.

1x Inventorian_SearchPresets/addon.lua:117: attempt to call global 'EasyMenu' (a nil value)
[string "@Inventorian_SearchPresets/addon.lua"]:117: in function <Inventorian_SearchPresets/addon.lua:113>

Locals:
button = Button {
 Icon = Texture {
 }
 Border = Texture {
 }
}
mouseButton = "LeftButton"
(*temporary) = nil
(*temporary) = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 5 = <table> {
 }
 6 = <table> {
 }
}
(*temporary) = Inventorian_SearchPresetsDropdownMenu {
 Text = Inventorian_SearchPresetsDropdownMenuText {
 }
 Icon = Inventorian_SearchPresetsDropdownMenuIcon {
 }
 Button = Inventorian_SearchPresetsDropdownMenuButton {
 }
 Right = Inventorian_SearchPresetsDropdownMenuRight {
 }
 Middle = Inventorian_SearchPresetsDropdownMenuMiddle {
 }
 Left = Inventorian_SearchPresetsDropdownMenuLeft {
 }
}
(*temporary) = Button {
 Icon = Texture {
 }
 Border = Texture {
 }
}
(*temporary) = 0
(*temporary) = 0
(*temporary) = "MENU"
(*temporary) = "attempt to call global 'EasyMenu' (a nil value)"
menu = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 5 = <table> {
 }
 6 = <table> {
 }
}
dropdown = Inventorian_SearchPresetsDropdownMenu {
 Text = Inventorian_SearchPresetsDropdownMenuText {
 }
 Icon = Inventorian_SearchPresetsDropdownMenuIcon {
 }
 Button = Inventorian_SearchPresetsDropdownMenuButton {
 }
 Right = Inventorian_SearchPresetsDropdownMenuRight {
 }
 Middle = Inventorian_SearchPresetsDropdownMenuMiddle {
 }
 Left = Inventorian_SearchPresetsDropdownMenuLeft {
 }
}
presets = Button {
 Icon = Texture {
 }
 Border = Texture {
 }
}

I'm not sure how easy replacing that with the new dropdown system is.

commented

Fixed it.