slint/internal/compiler/tests/syntax
Olivier Goffart af1aa2991e
Fix component that inherits from PopupWindow
This regressed in commit 12d904a71c
which changed the order of the pass to get the lower_popup pass before
the first inlining pass.
If by chance (which is likely if one have children), the component that
inherits from PopupWindow was inlined in that pass, it would be as
if it was not a component, and it would be removed from its parent.
But since it is no longer inlined, we need to support that case and
delay the removal when processing the component that holds that popup.
2024-05-06 13:20:25 +02:00
..
accessibility Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
analysis Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
basic Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
callbacks WIP: work on changed callback 2024-05-02 22:25:53 +02:00
elements Fix component that inherits from PopupWindow 2024-05-06 13:20:25 +02:00
exports Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
expressions Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
focus Fix calling clear-focus() on non-focusable elements not producing an error 2024-04-26 11:09:11 +02:00
functions Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
imports Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
layout Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lookup Polish the C++ and Rust HSV API 2024-04-15 18:18:00 +02:00
new_syntax Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
parse_error Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00