Cycles: svn merge -r36352:36495 https://svn.blender.org/svnroot/bf-blender/trunk/blender/
This commit is contained in:
@@ -1298,7 +1298,7 @@ static struct uiWidgetColors wcol_menu_item= {
|
||||
{255, 255, 255, 255},
|
||||
{0, 0, 0, 255},
|
||||
|
||||
0,
|
||||
1,
|
||||
38, 0
|
||||
};
|
||||
|
||||
@@ -1607,8 +1607,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user