Skip to content

screen-cast/monitor-stream: Don't fall apart when monitor changes

If the monitor configuration changed, even though the streamed monitor didn't change, we'd still fail to continue streaming, as we failed to update the stage watchers, meaning we wouldn't be notified about when the stage views were painted.

Fix this by reattaching the stage watches, i.e. update the painted signalling listeners to listen to the right views, when monitor changes happens.


Another fix extracted from another branch.

Merge request reports