Temporarily turned off control background painting for wine.

This commit is contained in:
Pietro Gagliardi 2015-06-03 14:41:37 -04:00
parent 55dbade482
commit 96570d78be
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ BOOL handleParentMessages(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LR
return runWM_NOTIFY(wParam, lParam, lResult);
case WM_HSCROLL:
return runWM_HSCROLL(wParam, lParam, lResult);
case WM_CTLCOLORSTATIC:
case WM_CTLCOLORBTN:
//TODO case WM_CTLCOLORSTATIC:
//TODO case WM_CTLCOLORBTN:
if (parentBrush != NULL)
if (DeleteObject(parentBrush) == 0)
logLastError("error deleting old background brush in containerWndProc()");