From b5b4802af6cda44b48f845c2f866c107c2d46a7c Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 20 Apr 2018 17:08:06 +0200 Subject: Fix: Copy and paste error from earlier commit adding message_subscriber callbacks All of these were previously using the timeline theme, instead of the one for each respective editor --- source/blender/editors/space_graph/space_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph/space_graph.c') diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c index 739883237df..b09de2470a2 100644 --- a/source/blender/editors/space_graph/space_graph.c +++ b/source/blender/editors/space_graph/space_graph.c @@ -491,7 +491,7 @@ static void graph_region_message_subscribe( struct wmMsgBus *mbus) { PointerRNA ptr; - RNA_pointer_create(&screen->id, &RNA_SpaceTimeline, sa->spacedata.first, &ptr); + RNA_pointer_create(&screen->id, &RNA_SpaceGraphEditor, sa->spacedata.first, &ptr); wmMsgSubscribeValue msg_sub_value_region_tag_redraw = { .owner = ar, -- cgit v1.2.3