/
/
/
17
chatter: Inval window in resume to force a redraw
jcs made amendment
17
over 2 years ago
---
chatter.c Mon Feb 7 17:36:58 2022
+++
chatter.c Tue Feb 8 12:30:37 2022
@@ -188,6 +188,7 @@ chatter_resume(struct focusable *focusable, EventRecor
struct chatter *chatter = (struct chatter *)(focusable->cookie);
show_focusable(focusable);
+ InvalRect(chatter->win->visRgn);
}
void