fix: ellipsize
This commit is contained in:
parent
cc670e1966
commit
c2739eed7c
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ impl Text {
|
|||
align_y: self.align_y,
|
||||
shaping: self.shaping,
|
||||
wrapping: Wrapping::default(),
|
||||
ellipsize: core::text::Ellipsize::None,
|
||||
});
|
||||
|
||||
let mut buffer = cosmic_text::BufferLine::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue