Skip to content

window: fix interactiveMove exit condition

Yifan Zhu requested to merge drag-top into master

Previously the <= 1.0 test always succeeds in the first try, causing the loop to exit prematurely.

BUG: 481610

Note: I will continue to work on the rewrite in !5296.

Merge request reports