Fixes incorrect controller view sizing when changing skins
This commit is contained in:
parent
5574f8668a
commit
d7ed26c372
@ -1 +1 @@
|
|||||||
Subproject commit 9e28eec46da153266a10d09afbbb60e8a66fd7cb
|
Subproject commit 5fd73cc46963b506ec077dfd9f66d7e5d997acfb
|
||||||
@ -562,6 +562,8 @@ private extension GameViewController
|
|||||||
|
|
||||||
let controllerSkin = Settings.preferredControllerSkin(for: system, traits: traits)
|
let controllerSkin = Settings.preferredControllerSkin(for: system, traits: traits)
|
||||||
self.controllerView.controllerSkin = controllerSkin
|
self.controllerView.controllerSkin = controllerSkin
|
||||||
|
|
||||||
|
self.view.setNeedsUpdateConstraints()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user