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:
authorJoshua Leung <aligorith@gmail.com>2008-06-08 14:46:30 +0400
committerJoshua Leung <aligorith@gmail.com>2008-06-08 14:46:30 +0400
commitcee9c7a8faddb2b73b985e7d0911cc8a2aa679db (patch)
tree48bc294582dc6d2f93663f0a8bc7fcdb653177c3 /source/blender/src
parent08f9bcf8ece2ded4cc95a3c5b982c316e72da865 (diff)
Bugfix #13667: Outliner doesn't update when changing Parent in Transform Properties
There was a missing refresh call for the Outliner.
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/drawview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c
index e83ecb13960..deb7ddc068d 100644
--- a/source/blender/src/drawview.c
+++ b/source/blender/src/drawview.c
@@ -2154,6 +2154,7 @@ void do_viewbuts(unsigned short event)
}
allqueue(REDRAWVIEW3D, 1);
allqueue(REDRAWBUTSOBJECT, 0);
+ allqueue(REDRAWOOPS, 0);
}
break;