fix regression (updating client info)
Allows auto-recentering of resized client windows
This commit is contained in:
parent
1219b0c034
commit
506782977e
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ class Extension(Plugin): # pylint: disable=missing-class-docstring {{{
|
||||||
|
|
||||||
self.log.info("Showing %s", uid)
|
self.log.info("Showing %s", uid)
|
||||||
await self.ensure_alive(uid, item)
|
await self.ensure_alive(uid, item)
|
||||||
|
await item.updateClientInfo()
|
||||||
await item.initialize()
|
await item.initialize()
|
||||||
|
|
||||||
item.visible = True
|
item.visible = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue