fix(iced): use internal_ref size
This commit is contained in:
parent
6c8325856f
commit
892c05f4fc
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ where
|
|||
.to_logical(1., Transform::Normal)
|
||||
.to_i32_round(),
|
||||
)),
|
||||
Some(size.to_logical(1, Transform::Normal)),
|
||||
Some(internal_ref.size),
|
||||
Kind::Unspecified,
|
||||
) {
|
||||
return vec![C::from(buffer)];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue