From 68fc2ac1608b53048a683f0006420df28d9583cb Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 8 Jan 2024 22:30:28 -0500 Subject: [PATCH] I love my whitespace!~ --- py/hexagram/app.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/py/hexagram/app.pyx b/py/hexagram/app.pyx index 8f26c5c..867cb7a 100755 --- a/py/hexagram/app.pyx +++ b/py/hexagram/app.pyx @@ -30,6 +30,7 @@ cdef handle_xevents(hexagram_window *window, while XPending(display) > 0: XNextEvent(display, &e) + if e.type == MapNotify or e.type == Expose: hexagram_window_refresh_bg(window) cluster.draw_fg(fg)