comdlg32: Fetch rectangle from the correct control.
authorDavid Hedberg <david.hedberg@gmail.com>
Mon, 4 Apr 2011 09:01:50 +0000 (11:01 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Apr 2011 11:21:03 +0000 (13:21 +0200)
dlls/comdlg32/itemdlg.c

index 35910c30d4fac2d84230e1d0140713ecd8859f4e..f44782818a033b8498c615eb768bf40be617392b 100644 (file)
@@ -354,6 +354,7 @@ static SIZE update_layout(FileDialogImpl *This)
     }
 
     /* Open/Save button */
+    hwnd = GetDlgItem(This->dlg_hwnd, IDOK);
     if(hwnd)
     {
         int open_width, open_height;