Redesign span layout around retained placement

This commit is contained in:
iris committed 2026-09-09 15:11:57 -04:00
1 parent 4b69f3cc6b
commit 992482414f
23 files changed
+426 -1005

No files matched your search

+4
View File
@@ -145,6 +145,10 @@ impl Widget for Text {
self.update_buf();
self.view.draw(painter)
}
fn requires_exact_region(&self) -> bool {
true
}
}
impl Deref for Text {