Skip to content
  • Jonas Ådahl's avatar
    window: Don't try to move hidden attached windows · f2d7165a
    Jonas Ådahl authored and Florian Müllner's avatar Florian Müllner committed
    When a parent window is moved, attached windows (attached modal dialogs
    or popups) is moved with it. This is problematic when such a window
    hasn't been shown yet (e.g. a popup that has been configured but not
    shown), as it'll mean we try to constrain an empty window. Avoid this
    issue by not trying to auto-move empty windows.
    
    !496
    f2d7165a