udpate _NET_FRAME_EXTENTS with border updates

BUG: 351157
FIXED-IN: 5.4
REVIEW: 124741
icc-effect-5.14.5
Thomas Lübking 2015-08-15 01:26:55 +02:00
parent c240f7a012
commit ede337ff22
1 changed files with 1 additions and 0 deletions

View File

@ -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