Fix: View All/Selected entries in new "timeline" not working

These entries were still referring to the old standalone timeline editor
This commit is contained in:
Joshua Leung 2018-04-23 13:53:03 +02:00
parent 9acf3a10cf
commit 3f21023f24
1 changed files with 3 additions and 2 deletions

View File

@ -146,8 +146,9 @@ class TIME_MT_view(Menu):
layout.separator()
layout.operator("time.view_all")
layout.operator("time.view_frame")
# NOTE: "action" now, since timeline is in the dopesheet editor, instead of as own editor
layout.operator("action.view_all")
layout.operator("action.view_frame")
layout.separator()