Skip to content

Commit

Permalink
Set default label line break mode to Overflow to avoid Clip perf over…
Browse files Browse the repository at this point in the history
…head.
  • Loading branch information
smmalis37 authored and cmyr committed Sep 16, 2020
1 parent 490d4e6 commit 86b2d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/widget/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl<T: Data> Label<T> {
Self {
text,
layout,
line_break_mode: LineBreaking::Clip,
line_break_mode: LineBreaking::Overflow,
needs_rebuild: true,
}
}
Expand Down

0 comments on commit 86b2d6e

Please sign in to comment.