r=mkaply, a=brendan
Fix for OS/2 menu problem - just don't set owner on most Windows. git-svn-id: svn://10.0.0.236/trunk@77541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
aaf912bcde
commit
f2df46beb1
@ -299,7 +299,7 @@ void nsWindow::RealDoCreate( HWND hwndP,
|
||||
0, // text
|
||||
style,
|
||||
0, 0, 0, 0, // pos/size
|
||||
hwndOwner ? hwndOwner : hwndP,
|
||||
hwndOwner,
|
||||
HWND_TOP,
|
||||
mParent ? mParent->GetNextID() : 0,
|
||||
0, 0); // ctldata, presparams
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user