Fix: remove show_group_colors from graph editor menu

The `show_group_colors` option was moved to the user preferences in
ad85256e71, but accidentally remained in the graph editor menu.
This commit is contained in:
2020-12-03 16:32:55 +01:00
parent 107231eb95
commit 570a16da18

View File

@@ -119,7 +119,6 @@ class GRAPH_MT_view(Menu):
layout.prop(st, "use_realtime_update")
layout.prop(st, "show_cursor")
layout.prop(st, "show_sliders")
layout.prop(st, "show_group_colors")
layout.prop(st, "use_auto_merge_keyframes")
if st.mode != 'DRIVERS':