http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097a31b
)
comdlg32: Fetch rectangle from the correct control.
author
David Hedberg
<david.hedberg@gmail.com>
Mon, 4 Apr 2011 09:01:50 +0000
(11:01 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 4 Apr 2011 11:21:03 +0000
(13:21 +0200)
dlls/comdlg32/itemdlg.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/comdlg32/itemdlg.c
b/dlls/comdlg32/itemdlg.c
index 35910c30d4fac2d84230e1d0140713ecd8859f4e..f44782818a033b8498c615eb768bf40be617392b 100644
(file)
--- a/
dlls/comdlg32/itemdlg.c
+++ b/
dlls/comdlg32/itemdlg.c
@@
-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;