Skip to content

Fix sendToScreen for fullscreen apps

Xaver Hugl requested to merge work/fix-fullscreen-send-to into master

sendToScreen in the Alt+F3 menu and the "Window to Screen" shortcuts were broken. screen() only gets updated after AbstractClient::sendToScreen if invoked by a shortcut or menu (as opposed to moveresize), so we can't use it in AbstractClient::updateGeometryRestoresForFullscreen as it points to the old screen.

Merge request reports