Glad to hear that. The fix was pretty simple, just a matter of resetting the internal blink-refresh flag when restoring the window from minimized. I'm still not quite sure why it matters, since when there is blinking, there will be alternating screen refresh calls every second anyway, half of them with the blink-refresh flag on. But my guess was that the blink timer may have been queueing them up, causing complications when the window became visible, but that weren't easily reproducible because of timing complexities with different hardware. Knowing that worked though, I can think of one more bit of streamlining that I'm going to add in 1770.0 (which remains a work in progress related to Stephen's SEGFAULT issue).