mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user