Skip to content
  • Vlad Zahorodnii's avatar
    Refactor geometry handling in interactive move/resize handling func · a9d51ab2
    Vlad Zahorodnii authored
    Window::handleInteractiveMoveResize() calls setMoveResizeGeometry(),
    which breaks in a way the encapsulation.
    
    This change refactors geometry handling in handleInteractiveMoveResize()
    so the next geometry is computed in a temporary variable and the move
    resize geometry is updated either using move() or
    doInteractiveResizeSync().
    a9d51ab2