Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/src/header_action.c6
1 files changed, 3 insertions, 3 deletions
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);