diff options
Diffstat (limited to 'test/dw_find_test.cc')
-rw-r--r-- | test/dw_find_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_find_test.cc b/test/dw_find_test.cc index a43b4e59..651ca653 100644 --- a/test/dw_find_test.cc +++ b/test/dw_find_test.cc @@ -99,8 +99,8 @@ int main(int argc, char **argv) styleAttrs.initValues (); styleAttrs.font = Font::create (layout, &fontAttrs); styleAttrs.margin.setVal (10); - styleAttrs.color = Color::createSimple (layout, 0x000000); - styleAttrs.backgroundColor = Color::createSimple (layout, 0xffffff); + styleAttrs.color = Color::create (layout, 0x000000); + styleAttrs.backgroundColor = Color::create (layout, 0xffffff); Style *topWidgetStyle = Style::create (layout, &styleAttrs); styleAttrs.margin.setVal (0); |