slint/tests/cases/input
Olivier Goffart 8d91ff7dea
Fix compiler panic when there is a component called "Window"
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
2023-11-20 13:10:31 +01:00
..
clip_mouse.slint Fix compiler panic when there is a component called "Window" 2023-11-20 13:10:31 +01:00
scroll-event.slint Implement TouchArea::scroll-event 2023-10-07 07:59:53 +02:00
visible_mouse.slint Fix compiler panic when there is a component called "Window" 2023-11-20 13:10:31 +01:00