Page Menu
Home
Search
Configure Global Search
Log In
Files
F4479
sculptmodebugfix.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Anne Thrax (foobar)
Nov 13 2013, 1:16 PM
Size
466 B
Subscribers
None
sculptmodebugfix.patch
View Options
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index a8a79d4..70e0612 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -1075,6 +1075,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
else if(event!=LEFTMOUSE && event!=MIDDLEMOUSE && (event==MOUSEY || event==MOUSEX)) {
if(!bwin_qtest(sa->win))
sculpt_paint_brush(0);
+ allqueue(REDRAWVIEW3D, 0);
}
}
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3d/4a/c96585143a3e6ddfd810eb54c789
Event Timeline
Log In to Comment