Kaydet (Commit) 6ce4e0a2 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.

Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def
üst 58548484
......@@ -482,7 +482,7 @@ void impl_drawAeroToolbar( HDC hDC, RECT rc )
// gradient at the bottom
TRIVERTEX vert[2] = {
{ rc.left, gradient_break, 0xfa00, 0xfa00, 0xfa00, 0xff00 },
{ rc.right, rc.bottom, 0xe500, 0xe900, 0xee00, 0xff00 }
{ rc.right, rc.bottom, 0xf000, 0xf000, 0xf000, 0xff00 }
};
GradientFill( hDC, vert, 2, g_rect, 1, GRADIENT_FILL_RECT_V );
}
......
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