- Fixed ticket #51: API Call 'GetCombat("overall")' wasn't returning the overall combat object.

- Fixed ticket #50: issue opening icon selection frame.
- Added 'spinal healing injector' on custom display 'Health Potion & Stone'.
This commit is contained in:
Tercio
2015-08-10 15:35:37 -03:00
parent 115e80a3e4
commit fb6620c9e5
5 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -1126,7 +1126,7 @@ function gump:IconPick (callback, close_when_select, param1, param2)
gump.IconPickFrame.preview.icon = preview_image
gump.IconPickFrame.preview:Hide()
gump.IconPickFrame.searchLabel = gump:NewLabel (gump.IconPickFrame, nil, "$parentSearchBoxLabel", nil, "search:", font, size, color)
gump.IconPickFrame.searchLabel = gump:NewLabel (gump.IconPickFrame, nil, "$parentSearchBoxLabel", nil, "search:")
gump.IconPickFrame.searchLabel:SetPoint ("topleft", gump.IconPickFrame, "topleft", 12, -20)
gump.IconPickFrame.search = gump:NewTextEntry (gump.IconPickFrame, nil, "$parentSearchBox", nil, 140, 20)
gump.IconPickFrame.search:SetPoint ("left", gump.IconPickFrame.searchLabel, "right", 2, 0)