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

--- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
Git commit 48768538f3d07fbc963dcb94ff09bcc834879a08 by Vlad Zahorodnii.
Committed on 12/12/2024 at 16:18.
Pushed by vladz into branch 'master'.

tiles: Set up proper quick tile tree hierarchy

When a window is moved between two quick tiles, Tile::addWindow() will
evacuate the window from the previous tile in the corresponding tree. In
order to achieve that, the addWindow() function finds the root tile and
then walks the tree.

Currently, quick tiles have no proper tile tree hierarchy setup, so the
rootTile() getter is going to fail to find the correct root tile. This
would eventually result in Window::requestedTile() getting stuck and not
being able to drag the quick tiled window.

M  +35   -36   src/tiles/quicktile.cpp
M  +8    -8    src/tiles/quicktile.h

https://invent.kde.org/plasma/kwin/-/commit/48768538f3d07fbc963dcb94ff09bcc834879a08

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

Reply via email to