Revert "Snap text to the pixel grid on the X axis in iced_wgpu"
This reverts commit 6c0962c5c3.
This commit is contained in:
parent
9d4e849a0e
commit
f0156359db
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ fn prepare(
|
|||
|
||||
Some(cryoglyph::TextArea {
|
||||
buffer,
|
||||
left: position.x.round(),
|
||||
left: position.x,
|
||||
top: position.y,
|
||||
scale: transformation.scale_factor()
|
||||
* layer_transformation.scale_factor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue