keyboard_container: fix updateGeometry not being called when reloading
parent
78f06cd3f3
commit
f0d3d6613b
|
|
@ -105,6 +105,7 @@ class KeyboardContainer(QWidget):
|
||||||
widget.setMaskText(mask_text)
|
widget.setMaskText(mask_text)
|
||||||
widget.setToolTip(tooltip)
|
widget.setToolTip(tooltip)
|
||||||
self.container.update()
|
self.container.update()
|
||||||
|
self.container.updateGeometry()
|
||||||
|
|
||||||
def switch_layer(self, idx):
|
def switch_layer(self, idx):
|
||||||
self.container.deselect()
|
self.container.deselect()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue