Redesign span layout around retained placement
This commit is contained in:
1 parent
4b69f3cc6b
commit
992482414f
23 files changed
+426
-1005
No files matched your search
@@ -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 {
|
||||
|
||||
Reference in new issue
Block a user