Format
This commit is contained in:
parent
2bfcfdf8b8
commit
afb71f61fb
1 changed files with 3 additions and 1 deletions
|
|
@ -630,7 +630,9 @@ where
|
|||
let scaled_size = Size::new(scaled_w as f32, scaled_h as f32);
|
||||
log::debug!(
|
||||
"text_box image {:?} scaled {:?} position {:?}",
|
||||
image_size, scaled_size, image_position
|
||||
image_size,
|
||||
scaled_size,
|
||||
image_position
|
||||
);
|
||||
image::Renderer::draw(
|
||||
renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue