1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Expose the TextEdit multiline flag to AccessKit (#2448)

* Expose the TextEdit multiline flag to AccessKit

* Add changelog entry
This commit is contained in:
Matt Campbell
2022-12-14 01:37:51 -06:00
committed by GitHub
parent 126be51ac3
commit a925511032
2 changed files with 4 additions and 0 deletions

View File

@@ -680,6 +680,7 @@ impl<'t> TextEdit<'t> {
}
node.default_action_verb = Some(accesskit::DefaultActionVerb::Focus);
node.multiline = self.multiline;
drop(node);