https://bugs.kde.org/show_bug.cgi?id=447456

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |22.04
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/yakuake/commit/7a319d
                   |                            |b432c13343b6da2203171b2cc5e
                   |                            |70c8f1c

--- Comment #6 from Nate Graham <n...@kde.org> ---
Git commit 7a319db432c13343b6da2203171b2cc5e70c8f1c by Nate Graham, on behalf
of Tiernan Hubble.
Committed on 28/02/2022 at 18:33.
Pushed by ngraham into branch 'master'.

Fix Slide effect on Wayland

Qt Wayland windows have their internal Wayland surface destroyed when they're
hidden, and re-created when they're shown. Since
`KWindowEffects::slideWindow()`
requires the Wayland surface, it doesn't work when called after `hide()` and
before `show()`. The solution is simply to call it directly after `show()`;
window
opening animations are asynchronous so the effect is applied to the window as
it's opening.
FIXED-IN: 22.04

M  +12   -2    app/mainwindow.cpp
M  +2    -0    app/mainwindow.h

https://invent.kde.org/utilities/yakuake/commit/7a319db432c13343b6da2203171b2cc5e70c8f1c

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to