Redraw window when requested

macos-click-through
Johan Sköld 3 years ago committed by Keith Simmons
parent 2689bccbb9
commit 551236a290

@ -164,6 +164,7 @@ impl GlutinWindowWrapper {
self.handle_focus_lost();
}
}
Event::RedrawRequested(..) |
Event::WindowEvent { .. } => REDRAW_SCHEDULER.queue_next_frame(),
_ => {}
}

Loading…
Cancel
Save