Commit 30fffdae authored by Frank Richter's avatar Frank Richter Committed by Alexandre Julliard

The default image layout is HORIZONTAL, not VERTICAL.

parent 5e787ba5
......@@ -208,7 +208,7 @@ static PTHEME_PROPERTY UXTHEME_SelectImage(HTHEME hTheme, HDC hdc, int iPartId,
static HRESULT UXTHEME_LoadImage(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, BOOL glyph,
HBITMAP *hBmp, RECT *bmpRect)
{
int imagelayout = IL_VERTICAL;
int imagelayout = IL_HORIZONTAL;
int imagecount = 1;
BITMAP bmp;
WCHAR szPath[MAX_PATH];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment