Skip to content

Commit

Permalink
Fixed a bug where the options panel won't open and show an error in t…
Browse files Browse the repository at this point in the history
…he chat window
  • Loading branch information
Tercioo committed Feb 8, 2022
1 parent f0d66e6 commit 989b62c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frames/window_options2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ function Details.options.InitializeOptionsWindow(instance)

--search field
local searchBox = DF:CreateTextEntry(f, function()end, 150, 20, _, _, _, options_dropdown_template)
searchBox:SetHook ("OnChar", f.OnSearchBoxTextChanged)
searchBox:SetHook ("OnTextChanged", f.OnSearchBoxTextChanged)
searchBox:SetPoint ("topright", f, "topright", -5, -30)

local searchLabel = DF:CreateLabel(f, "Search:", DF:GetTemplate ("font", "ORANGE_FONT_TEMPLATE"))
Expand Down

0 comments on commit 989b62c

Please sign in to comment.