aaaaagh! color was wrong! premul.. pemul!

SVN revision: 46571
This commit is contained in:
Carsten Haitzler 2010-02-27 07:49:12 +00:00
parent 509e7c69d8
commit 996bec49c9
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ ui_loop(void)
evas_object_color_set(o, a, a, a, a);
o = o_menu_title;
evas_object_color_set(o, 255, 255, 255, a);
evas_object_color_set(o, a, a, a, a);
evas_object_text_text_set(o, mi->text);
evas_object_geometry_get(o, NULL, NULL, &tw, &th);
x = (win_w - tw) / 2;