Fixed initial positions for all bars
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user