mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
the ensure_window and popupwindow passes were looking up the "Window" builtin in the global register instead of in the builtin register, causing the presence of an user-defined "Window" to cause panic. The "Clip" and "BoxShadow" calls are not affected because they were looking up in the builtin reguister, but using the appropriate function is more future-proof Fix #3916 |
||
|---|---|---|
| .. | ||
| clip_mouse.slint | ||
| scroll-event.slint | ||
| visible_mouse.slint | ||