From 1fc480c193e66c45f3c4f0b9da76ec8ae2fc8ed7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Jun 2007 14:53:57 +0000 Subject: [PATCH] make active-disabled shadow offset-y be proper --- render/theme.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/render/theme.c b/render/theme.c index 4aef833f..450d3e8e 100644 --- a/render/theme.c +++ b/render/theme.c @@ -931,9 +931,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, if (!FIND(shadow, L("menu","active-disabled","shadow","offset"), theme->a_menu_text_disabled_selected)) theme->a_menu_text_disabled_selected-> - texture[0].data.text.shadow_offset_x = 0; - theme->a_menu_text_disabled_selected-> - texture[0].data.text.shadow_offset_y = 0; + texture[0].data.text.shadow_offset_x = + theme->a_menu_text_disabled_selected-> + texture[0].data.text.shadow_offset_y = 0; theme->a_menu_text_normal->texture[0].data.text.shadow_color = theme->menu_text_normal_shadow_color; theme->a_menu_text_normal->texture[0].data.text.shadow_alpha = -- 2.44.0