Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 17, 2024
1 parent ca4f0e9 commit 28f920f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/renderer/src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ impl<'a, State: Clone> ApplicationHandler<EventMessage> for DesktopRenderer<'a,
});

if app.measure_layout_on_next_render {
app.resize(window);
app.process_layout(window.inner_size(), scale_factor);
app.process_accessibility(window);

Expand Down

0 comments on commit 28f920f

Please sign in to comment.