Fixed initial positions for all bars

This commit is contained in:
Hendrik Leppkes
2009-02-21 15:53:41 +01:00
parent 204ac6a671
commit 044899f525
7 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ end
function ActionBar:ApplyConfig(config)
ButtonBar.ApplyConfig(self, config)
if not self.config.position then initialPosition(self) end
if not self.config.position.x then initialPosition(self) end
self:UpdateButtons()
self:UpdateSelfCast(true)