diff options
| author | Bob Arnson <bob@firegiant.com> | 2023-01-10 21:35:08 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2023-01-10 22:23:54 -0500 |
| commit | bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958 (patch) | |
| tree | 9bc189f050d05ba9207a8df478a3d2a539d0f33d /src | |
| parent | 2476b145f2cd33191dabd299c00f155bdb59a7b3 (diff) | |
| download | wix-bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958.tar.gz wix-bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958.tar.bz2 wix-bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958.zip | |
Stop Richedit control from scrolling during load.
Fixes https://github.com/wixtoolset/issues/issues/7113.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/thmutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp index cab5e89c..7bd98a1a 100644 --- a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp | |||
| @@ -6229,7 +6229,7 @@ static HRESULT LoadControls( | |||
| 6229 | } | 6229 | } |
| 6230 | 6230 | ||
| 6231 | wzWindowClass = vhModuleMsftEdit ? MSFTEDIT_CLASS : RICHEDIT_CLASSW; | 6231 | wzWindowClass = vhModuleMsftEdit ? MSFTEDIT_CLASS : RICHEDIT_CLASSW; |
| 6232 | dwWindowBits |= ES_AUTOVSCROLL | ES_MULTILINE | WS_VSCROLL | ES_READONLY; | 6232 | dwWindowBits |= ES_SAVESEL | ES_MULTILINE | WS_VSCROLL | ES_READONLY; |
| 6233 | break; | 6233 | break; |
| 6234 | 6234 | ||
| 6235 | case THEME_CONTROL_TYPE_STATIC: | 6235 | case THEME_CONTROL_TYPE_STATIC: |
