- Major clean up on plugins that lost support on 8.0.
- Some code cleanup and old windows using old window styles are now using the framework. - Removed some debug prints. - All export data are using LibDeflate now.
This commit is contained in:
@@ -1030,6 +1030,8 @@ local create_panel_entry = function (self, row)
|
||||
editbox:SetBackdropBorderColor (1, 1, 1, 0.1)
|
||||
editbox.editbox.current_bordercolor = {1, 1, 1, 0.1}
|
||||
|
||||
editbox:SetTemplate (DF:GetTemplate ("dropdown", "OPTIONS_DROPDOWN_TEMPLATE"))
|
||||
|
||||
tinsert (row.entry_available, editbox)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user