- Fix dialog pop up flicker. Regression from 73333.

svn path=/trunk/; revision=73359
This commit is contained in:
James Tabor
2016-11-23 15:42:05 +00:00
parent 58a1e88856
commit 6f403240d9
@@ -930,6 +930,8 @@ static HWND DIALOG_CreateIndirect( HINSTANCE hInst, LPCVOID dlgTemplate,
owner = parent;
}
////// Wine'ie babies need to fix your code!!!! CORE-11633
if (!parent) parent = GetAncestor( owner, GA_ROOT );
if (parent)
{
owner = parent;