From ede337ff225852e0c69c4e4d36ae4603f707bc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Sat, 15 Aug 2015 01:26:55 +0200 Subject: [PATCH] udpate _NET_FRAME_EXTENTS with border updates BUG: 351157 FIXED-IN: 5.4 REVIEW: 124741 --- client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client.cpp b/client.cpp index acbe49249d..d1725b7612 100644 --- a/client.cpp +++ b/client.cpp @@ -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