From 904dfcc6a294aa4be904b026295f6f759a72df1b Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 18 Nov 2006 22:53:50 +0000 Subject: Disabled some code which I added to make the markers menu only display in action editor header when there was a set of markers + an action. --- source/blender/src/header_action.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/src/header_action.c') diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c index 1f84a1176e5..79fcd85adbe 100644 --- a/source/blender/src/header_action.c +++ b/source/blender/src/header_action.c @@ -1075,13 +1075,13 @@ void action_buttons(void) "Key", xco, -2, xmax-3, 24, ""); xco+= xmax; - if ((G.saction->markert != SACTION_NOMARKERS) && - (G.saction->action != NULL)) { + //if ((G.saction->markert != SACTION_NOMARKERS) && + // (G.saction->action != NULL)) { xmax= GetButStringLength("Marker"); uiDefPulldownBut(block, action_markermenu, NULL, "Marker", xco, -2, xmax-3, 24, ""); xco+= xmax; - } + //} } uiBlockSetEmboss(block, UI_EMBOSS); -- cgit v1.2.3