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
path: root/source
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2006-12-06 02:49:58 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-06 02:49:58 +0300
commit12e92b4ae78af28fcd39f4ed62b8b58cf09f87a1 (patch)
tree2883571760f753c71bcf25c22146c15d51c1d336 /source
parent460db666d3d5b52bbb2746b0880c94d341ed9cf2 (diff)
Fixed bug #5361, multiple 3d views additional cursors in wrong place
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/drawview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c
index 9044497773e..8083a25373e 100644
--- a/source/blender/src/drawview.c
+++ b/source/blender/src/drawview.c
@@ -2924,7 +2924,7 @@ void drawview3dspace(ScrArea *sa, void *spacedata)
persp(PERSP_WIN); // set ortho
/* Draw Sculpt Mode brush */
- if(!G.obedit && (G.f & G_SCULPTMODE)) {
+ if(!G.obedit && (G.f & G_SCULPTMODE) && area_is_active_area(v3d->area)) {
PropsetData *pd = G.scene->sculptdata.propset;
short r1=100, r2=100, r3=100;
if(pd) {