Skip to content

Unset electric border after interactive move

Vlad Zahorodnii requested to merge work/zzag/unset-electric-border into master

AbstractClient::setQuickTileMode() no longer updates electric border mode, which can leave AbstractClient::electricBorderMode() with an old value at the next interactive move and potentially result in quick tiling not work if the user decides to untile and then tile the window again while still holding left button.


this should fix testQuickTiling

Merge request reports