diff --git a/TODO b/TODO index addc440..31a85b3 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -* Continue rebasing from 91cee78f77fdcce05c4dab446676558adcf6a8d6 +* Continue rebasing from 00d4287a5411f0f99c60b87e62fef26437e21ac6 * Add a focus listener interface. * Make focus apply synchronously. * Graphics and input objects for DirectX. diff --git a/src/widgets/textfield.cpp b/src/widgets/textfield.cpp index ca058fe..f373b79 100644 --- a/src/widgets/textfield.cpp +++ b/src/widgets/textfield.cpp @@ -125,7 +125,7 @@ namespace gcn // about the border. graphics->pushClipArea(Rectangle(1, 1, getWidth() - 2, getHeight() - 2)); - graphics->setColor(Color(0xffffff)); + graphics->setColor(getBackgroundColor()); graphics->fillRectangle(Rectangle(0, 0, getWidth(), getHeight())); if (isFocused())