Mercurial > wow > buffalo2
comparison ObjectiveUI.lua @ 12:8238cddaddb1
ObjectiveUI
- fillers for 'Hidden' objective widgets
| author | Nenue |
|---|---|
| date | Sat, 02 Apr 2016 05:01:54 -0400 |
| parents | f03c75f63566 |
| children | 9455693fc290 |
comparison
equal
deleted
inserted
replaced
| 11:fb80e365bab3 | 12:8238cddaddb1 |
|---|---|
| 382 else | 382 else |
| 383 self.fg:Show() | 383 self.fg:Show() |
| 384 self.fg:SetWidth((self.bg:GetWidth()-4) * (quantity / requiredQuantity)) | 384 self.fg:SetWidth((self.bg:GetWidth()-4) * (quantity / requiredQuantity)) |
| 385 end | 385 end |
| 386 end | 386 end |
| 387 | |
| 388 | |
| 389 mod.InitializeWidget.Hidden = function (self) | |
| 390 self.height = 0 | |
| 391 end | |
| 392 mod.UpdateWidget.Hidden = function (self) | |
| 393 self.height= 0 | |
| 394 end |
