From 6cc60ebdf56e720afc9a21a4d5e2be3d9cf3dad3 Mon Sep 17 00:00:00 2001 From: Issac332 <119879937+Issac8658@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:22:02 +0300 Subject: [PATCH] popup windows parent --- src/oneshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oneshot.cpp b/src/oneshot.cpp index 8a6164c..cc82b80 100644 --- a/src/oneshot.cpp +++ b/src/oneshot.cpp @@ -481,7 +481,7 @@ bool Oneshot::msgbox(int type, const char *body, const char *title){ // Messagebox data SDL_MessageBoxData data; - data.window = NULL; //p->window; + data.window = p->window; data.colorScheme = 0; data.title = title; data.message = body;