Skip to content

Handle multiple configure events before configure aknowledgment

Niccolò Venerandi requested to merge work/niccolove/489086B into master

If multiple moveResize is called multiple times before its configure event is acknowledged, new configure events will now be sent instead of waiting for acknowledgement of the first.

Previously, some moveResize calls could get ignored if they happened after another moveResize call but before acknowledgement of its configure event.

BUG:489086

Co-authored-by: Niccolo Venerandi niccolo@venerandi.com

Edited by Niccolò Venerandi

Merge request reports

Loading