udpate _NET_FRAME_EXTENTS with border updates
BUG: 351157 FIXED-IN: 5.4 REVIEW: 124741
This commit is contained in:
parent
c240f7a012
commit
ede337ff22
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ void Client::createDecoration(const QRect& oldgeom)
|
|||
connect(m_decoration, &KDecoration2::Decoration::resizeOnlyBordersChanged, this, &Client::updateInputWindow);
|
||||
connect(m_decoration, &KDecoration2::Decoration::bordersChanged, this,
|
||||
[this]() {
|
||||
updateFrameExtents();
|
||||
GeometryUpdatesBlocker blocker(this);
|
||||
// TODO: this is obviously idempotent
|
||||
// calculateGravitation(true) would have to operate on the old border sizes
|
||||
|
|
Loading…
Reference in a new issue