mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[User32]
- Fix dialog pop up flicker. Regression from 73333. svn path=/trunk/; revision=73359
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user