Remove confusing comment in wxMSW task dialog code

No real changes, just remove a comment which didn't make sense.
This commit is contained in:
Vadim Zeitlin
2026-03-04 20:06:42 +01:00
parent 29bdfb3f93
commit d42e21f3e2

View File

@@ -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