<table><tr><td style="">davidedmundson created this revision.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D4990" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In the current code we update the shadows during the decoration paint.</p>

<p>Because this is called in the middle of the Scene::paintWindow and we<br />
have already painted the shadows/built quads, the setShadow() was<br />
deferred to avoid the obvious bugs updating the shadow would cause.<br />
This sucks because it means we're always out by one frame, and it means<br />
we always do two updates.</p>

<p>As the shadow is taken from the buffer, we can solve that problem by<br />
updating the shadow before any painting at the same time that we update the<br />
buffer. This means we don't need the deferring hack.</p>

<p>This patch also fixes a related issue that m_padding could have<br />
changed after the buffer is rendered, but before painting. This would lead to rendering a mess.<br />
This patch caches the relevant padding at the time the buffer is<br />
created.</p>

<p><span class="phabricator-remarkup-mention-unknown">@Notmart</span>, this is subtly different from the patch I showed you last night,<br />
for me it fixes things without your other patch, but I don't know. If it doesn't it's<br />
still (IMHO) a lot cleaner.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Ran an Aurorae theme<br />
Maximised, restored, resized. Everything.</p></div></div><br /><div><strong>BRANCH</strong><div><div>scaling_final</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4990" rel="noreferrer">https://phabricator.kde.org/D4990</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/kdecorations/aurorae/src/aurorae.cpp<br />
plugins/kdecorations/aurorae/src/aurorae.h</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol<br /></div>