OSDN Git Service

Set hover fill color
authorTor Norbye <tnorbye@google.com>
Mon, 18 Oct 2010 18:56:07 +0000 (11:56 -0700)
committerTor Norbye <tnorbye@google.com>
Mon, 18 Oct 2010 19:00:22 +0000 (12:00 -0700)
commitff438759bba6190a0ec162b3ea8d2cab41cf141f
treee9dd79d583c639b0c22dc3dc50f262639a113546
parent7564d1720b5505dde7a9a9a6ec000757a8e42cbf
Set hover fill color

The code which paints the hover didn't actually set the hover fill color
on the graphics context so it was just blending with white. This happens
to be the color the fill was initialized to so the problem wasn't
noticeable.

Change-Id: I95f0eface23f2a772b687ba348997a3eac2d85a9
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/LayoutCanvas.java