[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12822] trunk/blender/source/blender/src/ sculptmode.c: Committed patch #7838, Fix for window header redraw in sculpt mode from aurel.

Nicholas Bishop nicholasbishop at gmail.com
Fri Dec 7 22:45:34 CET 2007


Revision: 12822
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12822
Author:   nicholasbishop
Date:     2007-12-07 22:45:34 +0100 (Fri, 07 Dec 2007)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/source/blender/src/sculptmode.c

Modified: trunk/blender/source/blender/src/sculptmode.c
===================================================================
--- trunk/blender/source/blender/src/sculptmode.c	2007-12-07 21:04:45 UTC (rev 12821)
+++ trunk/blender/source/blender/src/sculptmode.c	2007-12-07 21:45:34 UTC (rev 12822)
@@ -1361,6 +1361,7 @@
 		ss->propset= NULL;
 		allqueue(REDRAWVIEW3D, 0);
 		allqueue(REDRAWBUTSEDIT, 0);
+		allqueue(REDRAWHEADERS, 0);
 	}
 }
 





More information about the Bf-blender-cvs mailing list