Skip to content
  • Vlad Zahorodnii's avatar
    Refactor output state setting · ed49d7c5
    Vlad Zahorodnii authored
    If multiple properties that affect the geometry change, then the
    Output::geometryChanged() signal will be emitted multiple times, which
    in its turn may force the Workspace to re-arrange windows, etc.
    
    With this, the geometryChanged signal will be emitted in more expected
    fashion only once as long as relevant property changes are batched.
    ed49d7c5