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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-12-08 00:45:34 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-12-08 00:45:34 +0300
commit8c8cdebffa52f4d2bc428aa791cb881852e1c9f8 (patch)
treee50ad65e705126ea0cda0e390e1f26c01f8b4af0 /source/blender/src
parentdc9909a33e39ec0fc367ec4b1c32880e93d42693 (diff)
Committed patch #7838, Fix for window header redraw in sculpt mode from aurel.
Fixes flickering in the 3D view header after using the interactive brush size tool.
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/sculptmode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/sculptmode.c b/source/blender/src/sculptmode.c
index 43b33a5c9a8..964c373771e 100644
--- a/source/blender/src/sculptmode.c
+++ b/source/blender/src/sculptmode.c
@@ -1361,6 +1361,7 @@ void sculptmode_propset_end(SculptSession *ss, int cancel)
ss->propset= NULL;
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSEDIT, 0);
+ allqueue(REDRAWHEADERS, 0);
}
}