Commit 05375a2a authored by Alexandre Julliard's avatar Alexandre Julliard

user32: Don't disable DrawFrameControl for non-text mapping modes.

parent ebcd07a9
......@@ -1210,10 +1210,6 @@ static BOOL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
BOOL WINAPI DrawFrameControl( HDC hdc, LPRECT rc, UINT uType,
UINT uState )
{
/* Win95 doesn't support drawing in other mapping modes */
if(GetMapMode(hdc) != MM_TEXT)
return FALSE;
switch(uType)
{
case DFC_BUTTON:
......
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