Fixed issues with position saving and reseting profiles

This commit is contained in:
Hendrik Leppkes
2008-11-11 16:13:49 +01:00
parent 7f57e78c61
commit 90c58593b9
8 changed files with 42 additions and 19 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ end
function ActionBar:ApplyConfig(config)
ButtonBar.ApplyConfig(self, config)
config = self.config
if not config.position then initialPosition(self) end
if not self.config.position then initialPosition(self) end
self:UpdateButtons()
self:UpdateSelfCast(true)