Skip to content

effects/slide: Save correct current position

effects->desktopCoords() returns the position of the desktop in pixels, while we want the desktop grid coords, i.e. if the virtual desktop is in the first row, second column, we want m_currentPosition to be (1, 0).

Merge request reports