slint icon indicating copy to clipboard operation
slint copied to clipboard

Detect binding loops that applies to the Window itself

Open ogoffart opened this issue 7 months ago • 3 comments

The Window geometry depends on its constraints, so its constraints cannot depends on its geometry

This fixes Infinitely growing layout, and other panics

Fixes #3989 Fixes #2902

ogoffart avatar Nov 23 '23 16:11 ogoffart