From d42e21f3e2a7fbf2d9830209d34340f6f3861379 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 4 Mar 2026 20:06:42 +0100 Subject: [PATCH] Remove confusing comment in wxMSW task dialog code No real changes, just remove a comment which didn't make sense. --- src/msw/msgdlg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msw/msgdlg.cpp b/src/msw/msgdlg.cpp index cc74292b2e..19bc1a6504 100644 --- a/src/msw/msgdlg.cpp +++ b/src/msw/msgdlg.cpp @@ -650,7 +650,6 @@ void wxMSWTaskDialogConfig::MSWCommonTaskDialogInit(TASKDIALOGCONFIG &tdc) tdc.hInstance = wxGetInstance(); tdc.pszWindowTitle = caption.t_str(); - // use the top level window as parent if none specified tdc.hwndParent = parent ? GetHwndOf(parent) : nullptr; // Don't use this flag if our parent window is minimized because this