Checkpoint

This commit is contained in:
Nathan Sobo 2023-10-04 15:08:04 -06:00
parent 02d6b91b73
commit c8bc68c267
4 changed files with 2 additions and 7 deletions

View file

@ -109,7 +109,6 @@ impl<'a, 'w> WindowContext<'a, 'w> {
}
pub fn notify(&mut self) {
dbg!("ViewContext::notify");
self.window.dirty = true;
}
@ -598,7 +597,6 @@ impl<'a, 'w, S: Send + Sync + 'static> ViewContext<'a, 'w, S> {
}
pub fn notify(&mut self) {
dbg!("ViewContext::notify");
self.window_cx.notify();
self.window_cx
.app