=> 34c78f70abddefcae6e05502a0a964b0539e62f8
[1mdiff --git a/src/ui/window.c b/src/ui/window.c[m [1mindex af36bb22..13abc5fa 100644[m [1m--- a/src/ui/window.c[m [1m+++ b/src/ui/window.c[m [36m@@ -1001,10 +1001,11 @@[m [miBool processEvent_Window(iWindow *d, const SDL_Event *ev) {[m default: {[m SDL_Event event = *ev;[m if (event.type == SDL_USEREVENT && isCommand_UserEvent(ev, "window.unfreeze") && mw) {[m [31m- mw->isDrawFrozen = iFalse;[m if (SDL_GetWindowFlags(d->win) & SDL_WINDOW_HIDDEN) {[m [32m+[m[32m mw->isDrawFrozen = iTrue; /* don't trigger a redraw now */[m SDL_ShowWindow(d->win);[m }[m [32m+[m[32m mw->isDrawFrozen = iFalse;[m draw_MainWindow(mw); /* don't show a frame of placeholder content */[m postCommand_App("media.player.update"); /* in case a player needs updating */[m return iTrue;[m
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).