Mercurial > wow > hansgar_and_franzok_assist
comparison Libs/DF/dropdown.lua @ 58:0682d738499b v8.0.1.058
- 8.0.1 Update.
| author | Tercio |
|---|---|
| date | Fri, 20 Jul 2018 19:04:12 -0300 |
| parents | 307f5af3ad02 |
| children |
comparison
equal
deleted
inserted
replaced
| 57:b1c62eed8999 | 58:0682d738499b |
|---|---|
| 533 if (frame.table.desc) then | 533 if (frame.table.desc) then |
| 534 GameCooltip2:Preset (2) | 534 GameCooltip2:Preset (2) |
| 535 GameCooltip2:AddLine (frame.table.desc) | 535 GameCooltip2:AddLine (frame.table.desc) |
| 536 if (frame.table.descfont) then | 536 if (frame.table.descfont) then |
| 537 GameCooltip2:SetOption ("TextFont", frame.table.descfont) | 537 GameCooltip2:SetOption ("TextFont", frame.table.descfont) |
| 538 end | |
| 539 | |
| 540 if (frame.table.tooltipwidth) then | |
| 541 GameCooltip2:SetOption ("FixedWidth", frame.table.tooltipwidth) | |
| 538 end | 542 end |
| 539 | 543 |
| 540 GameCooltip2:SetHost (frame, "topleft", "topright", 10, 0) | 544 GameCooltip2:SetHost (frame, "topleft", "topright", 10, 0) |
| 541 | 545 |
| 542 GameCooltip2:ShowCooltip (nil, "tooltip") | 546 GameCooltip2:ShowCooltip (nil, "tooltip") |
