fix [#27160] Shaded checkbox is not working.

This commit is contained in:
Campbell Barton 2011-05-03 15:30:16 +00:00
parent 23f1f26e7b
commit aca6c426f0
2 changed files with 12503 additions and 11366 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1291,7 +1291,7 @@ static struct uiWidgetColors wcol_menu_item= {
{255, 255, 255, 255},
{0, 0, 0, 255},
0,
1,
38, 0
};
@ -1600,8 +1600,6 @@ static void widget_state_menu_item(uiWidgetType *wt, int state)
else if(state & UI_ACTIVE) {
QUATCOPY(wt->wcol.inner, wt->wcol.inner_sel);
VECCOPY(wt->wcol.text, wt->wcol.text_sel);
wt->wcol.shaded= 1;
}
}