Skip to content

Commit

Permalink
update fmt on last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 18, 2023
1 parent 35aeb8d commit ebfd2a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontends/cross-winit/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,10 @@ impl Sequencer {
|| self.config.window.blur
{
for (_id, route) in self.router.routes.iter_mut() {
route.update_config(&self.config, &self.router.font_database);
route.update_config(
&self.config,
&self.router.font_database,
);

route.redraw();
}
Expand Down

0 comments on commit ebfd2a8

Please sign in to comment.