Skip to content

Commit

Permalink
redraw text on resize to remove flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Dec 4, 2024
1 parent 67c88e7 commit e989580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ferrite-gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ impl GuiApp {
width: columns,
height: lines,
});
self.tui_app.render();
}

pub fn input(&mut self, event_loop: &EventLoopWindowTarget<UserEvent>, event: WindowEvent) {
Expand Down

0 comments on commit e989580

Please sign in to comment.