Added oUF Smooth support
p3lim-52096 [11-10-08 - 19:54]
Added oUF Smooth support
git-svn-id: svn://svn.wowinterface.com/oUF_P3lim-52/trunk@42 8c7459ed-49dc-4bc8-85d7-b6381a8f5413
diff --git a/oUF_P3lim/oUF_P3lim.lua b/oUF_P3lim/oUF_P3lim.lua
index fde3b86..db0ed08 100644
--- a/oUF_P3lim/oUF_P3lim.lua
+++ b/oUF_P3lim/oUF_P3lim.lua
@@ -148,6 +148,7 @@ local function CreateStyle(self, unit)
self.Health:SetStatusBarTexture(texture)
self.Health:SetHeight(22)
self.Health.frequentUpdates = true
+ self.Health.Smooth = true
self.Health.Text = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmallRight')
self.Health.Text:SetPoint('RIGHT', self.Health, -2, -1)
@@ -162,6 +163,7 @@ local function CreateStyle(self, unit)
self.Power:SetStatusBarTexture(texture)
self.Power:SetHeight(4)
self.Power.frequentUpdates = true
+ self.Power.Smooth = true
self.Power.colorTapping = true
self.Power.colorDisconnected = true
diff --git a/oUF_P3lim/oUF_P3lim.toc b/oUF_P3lim/oUF_P3lim.toc
index 916589d..0095831 100644
--- a/oUF_P3lim/oUF_P3lim.toc
+++ b/oUF_P3lim/oUF_P3lim.toc
@@ -4,6 +4,6 @@
## Title: oUF P3lim
## Notes: Just another oUF layout
## RequiredDeps: oUF
-## OptionalDeps: oUF_AutoShot, oUF_BarFader, oUF_DebuffHighlight, oUF_Experience
+## OptionalDeps: oUF_AutoShot, oUF_BarFader, oUF_DebuffHighlight, oUF_Experience, oUF_Smooth
oUF_P3lim.lua
\ No newline at end of file