Quantcast

Fixed the First Aid display by altering the number of lines to display in the FauxScrollFrame if the number of entries is less then NUM_RECIPE_LINES.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-21 10:00:51
Author local date 2009-11-21 10:00:51 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-21 10:00:51
Committer local date 2009-11-21 10:00:51 +0000
Commit 7f84dc52bc3332ea107f3d69e04c9b8f77eeb691
Tree 83027a74c2f21da345ae5300f70c8afced01ed83
Parent a8e62bb4835f9d46579252a427c2591950ea8649
Fixed the First Aid display by altering the number of lines to display in the FauxScrollFrame if the number of entries is less then NUM_RECIPE_LINES.
ARL_ProgressBar is now MainPanel.progress_bar - yay for not polluting the global namespace!
SetProgressBar() is now MainPanel:UpdateProgressBar()
Renamed MainPanel:ResetTitle() to MainPanel:UpdateTitle()
Re-worked ARL_ClassButton's OnClick script to iteratively toggle class filters rather than doing them individually, and replaced a call to UnitClass("player") with Player["Class"].
Moved assignment of MainPanel to addon.Frame from addon:InitializeFrame() to the file body.