Skip to content
Commit 7b3ae310 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Emit clientMaximizedStateAboutToChange when maximized mode is actually about to change

Window rules code can call maximize(requestedMaximizeMode()), in which
case the Window will emit clientMaximizedStateAboutToChange but the
maximize mode may not actually change.

This change moves the emission of of the clientMaximizedStateAboutToChange
signal to Window::changeMaximize(). The reason for doing so is that
window rules have the final decision what the maximize mode will be.

CCBUG: 459301
parent f2defd1d
Pipeline #235621 passed with stage
in 12 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment