Skip to content
  • Vlad Zahorodnii's avatar
    effects/slide: Save correct current position · d6e9b801
    Vlad Zahorodnii authored
    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).
    d6e9b801