mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Added TextInputInterface.text-input-focused
This commit is contained in:
parent
b565eb8820
commit
a57c7eb6bc
17 changed files with 265 additions and 1 deletions
|
@ -32,6 +32,7 @@ mod lower_property_to_element;
|
|||
mod lower_shadows;
|
||||
mod lower_states;
|
||||
mod lower_tabwidget;
|
||||
mod lower_text_input_interface;
|
||||
mod materialize_fake_properties;
|
||||
mod move_declarations;
|
||||
mod optimize_useless_rectangles;
|
||||
|
@ -90,6 +91,7 @@ pub async fn run_passes(
|
|||
diag,
|
||||
);
|
||||
lower_states::lower_states(component, &doc.local_registry, diag);
|
||||
lower_text_input_interface::lower_text_input_interface(component);
|
||||
}
|
||||
|
||||
inlining::inline(doc, inlining::InlineSelection::InlineOnlyRequiredComponents);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue