Skip to content

Commit

Permalink
fix: rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksenger committed Aug 10, 2023
1 parent cb8b70b commit 3ba0f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ impl Cache {
);

Check failure on line 425 in wgpu/src/text.rs

View workflow job for this annotation

GitHub Actions / all

Diff in /home/runner/work/iced/iced/wgpu/src/text.rs

let bounds = measure(&buffer);
buffer.set_size(font_system, bounds.width.ceil(), bounds.height.ceil());

let _ = entry.insert(Entry { buffer, bounds });

for bounds in [
Expand Down

0 comments on commit 3ba0f97

Please sign in to comment.